1.0.14 • Published 3 years ago

cepjs-core v1.0.14

Weekly downloads
116
License
MIT
Repository
github
Last release
3 years ago

cepjs

CEP.js core package.

Install

npm:

npm install --save cepjs-core

browser:

<script src="path_to_cepjs-core/dist/cepjsCore.min.js"></script>

Build

This package, available through npm, already includes distribution files under the dist folder. Alternatively, one can execute the command npm run build within the root folder to build the code and generate the distribution files.

ES5 Note

This is a package that heavily uses ES2015(ES6) syntax. However, there is an additional script that allows to generate distribution files targeting ES5. The command to run the script is npm run build:es5. After executing the script, the files will be available in the dist.es5 folder.

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago