add type definitions

This commit is contained in:
2024-06-28 13:53:48 +02:00
parent bfbb5d64de
commit 3065bf6c7a
4 changed files with 258 additions and 5 deletions

19
dist/color-thief-node.d.ts vendored Normal file
View File

@@ -0,0 +1,19 @@
/**
* Color Thief Node v3.0.0
* by Lokesh Dhakar - http://www.lokeshdhakar.com
*
* Thanks
* ------
* Nick Rabinowitz - For creating quantize.js.
* John Schulz - For clean up and optimization. @JFSIII
* Nathan Spady - For adding drag and drop support to the demo page.
*
* License
* -------
* Copyright Lokesh Dhakar
* Released under the MIT license
* https://raw.githubusercontent.com/lokesh/color-thief/master/LICENSE
*
* @license MIT
*/
export {};