Skip to content

NeoResearch/neo-mesh

Repository files navigation

neo-mesh

This is NeoMesh...

How to use it

Install on web browser

<script src="https://unpkg.com/neo-mesh/dist/NeoMesh.js"></script>
NeoMesh = neomesh.NeoMesh;
x = new csBigInteger(1000);
y = new csFixed8(1000);

Install on npm

npm install neomesh

const NeoMesh = require('neomesh').NeoMesh;
NeoMesh.defaultConfig(); // should be ...

For Developers

Tests

npm test

Build Webpack

npm run build

New minor version

npm version minor

Push and Publish

git push origin master --tags

npm publish

License

MIT License

Copyleft 2019

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published