Simple utils : ramdonInt, clamp, map, uuid, assert...
This package is part of quark
framework but it can be used independently.
Installation
npm install quark-utils --save
Usage
// Generate a ramdom number between 0 and 10const number = // Create a new 100x100 HTMLCanvasElementconst canvas = // Generate a UUIDconst uuid =
API
See https://fm-ph.github.io/quark-utils/
Build
To build the sources with babel
in ./lib
directory :
npm run build
Documentation
To generate the JSDoc
:
npm run docs
To generate the documentation and deploy on gh-pages
branch :
npm run docs:deploy
Testing
To run the tests, first clone the repository and install its dependencies :
git clone https://github.com/fm_ph/quark-utils.gitcd quark-signalnpm install
Then, run the tests :
npm test
To watch (test-driven development) :
npm run test:watch
For coverage :
npm run test:coverage
License
MIT License © Patrick Heng Fabien Motte