0.1.0 • Published 4 years ago

sce v0.1.0

Weekly downloads
7
License
ISC
Repository
-
Last release
4 years ago

sce.js

sce.js is a an implementation of SCE (Sound Change Engine) in Javascript and consumable for both Node and the browser. The original (Python) implementation can be found here.

installation

sce.js can be added to a Node-based project by running

npm install sce.js

once the package has been put onto NPM. Otherwise, you should be able to git clone the repository and require it as desired. It can also be used in non-Node browser-based projects through unpkg, as so:

<script src="unpkg.com/sce"></script>

See unpkg's documentation at the link above for more.

usage

have fun lol

0.1.0

4 years ago