You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A `src` directory is available for any ES6 development, project is using Babel in order to transpile the scripts in ES5 and save them into the `build` directory.
The following npm script runs the Babel job
npm run babel
Library Test
API is carefully tested with Jest. To run tests, call the following npm script :
npm run test
Contributions
Bug Reports & Feature Requests
Please use the Issue Tab to report any bugs or file feature requests.