wisemapping-frontend/packages/core-js/README.md
Paulo Gustavo Veiga 75ee4529c4 Clean up code
2021-10-02 19:52:56 -07:00

17 lines
346 B
Markdown

# `core-js`
Core-JS defines custom functions for the **Wisemapping** ecosystem.
## Production
To build up the package core-js and use in production, you have to use command `yarn build`
## Usage
To start using core-js it has to be required as a module and then intanciarce as a function
```
const coreJs = require('core-js');
coreJs();
```