libwhatsthis
v0.1.4
Published
Provides various toolbox functionality
Downloads
7
Readme
Shared component library for the whatsth.is project. This is a TypeScript NodeJS codebase packaged up using Rollup.
The purpose of this library is to provide convinience functions, with developers in mind. This is used by the Whats This? web application to visually provide these functions.
This is not intended for general use - You may want to check out CRontrue, crypto-es, and ua-parser-js instead.
Installation
This can be installed from npm by doing:
npm -i libwhatsthis
Building
The library uses Rollup to compile into a JavaScript file. You can trigger a build by doing:
npm run build
Unit testing is supported through Jest:
npm test