wisemapping-frontend/packages/core-js/README.md

17 lines
346 B
Markdown
Raw Normal View History

2021-07-16 16:41:58 +02:00
# `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`
2021-07-16 16:41:58 +02:00
## Usage
To start using core-js it has to be required as a module and then intanciarce as a function
2021-07-16 16:41:58 +02:00
```
const coreJs = require('core-js');
coreJs();
2021-07-16 16:41:58 +02:00
```