@types/floyd-steinberg
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/floyd-steinberg

Summary

This package contains type definitions for floyd-steinberg (https://github.com/noopkat/floyd-steinberg).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/floyd-steinberg.

index.d.ts

type ImageDataSubset = Partial<ImageData> & Pick<ImageData, "width" | "height" | "data">;

declare function floyd_steinberg<T extends ImageDataSubset>(image: T): T;
export = floyd_steinberg;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Marek Lukas.

/@types/floyd-steinberg/

    Package Sidebar

    Install

    npm i @types/floyd-steinberg

    Weekly Downloads

    20

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.97 kB

    Total Files

    5

    Last publish

    Collaborators

    • types