Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1003 Bytes

DEPENDENCIES.md

File metadata and controls

40 lines (28 loc) · 1003 Bytes

blurhash-to-css

Convert blurhash strings to CSS objects

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install blurhash-to-css --save

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • @types/jest: TypeScript definitions for Jest
  • jest: Delightful JavaScript Testing.
  • ts-jest: A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
  • typescript: TypeScript is a language for application scale JavaScript development
  • wasm-pack: 📦✨ your favorite rust -> wasm workflow tool!

License

MIT