0.1.0 • Published 2 years ago

direwolf-modeler v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

\

The Direwolf Modeler is an online collaborative modeling environment.

Installation

npm i direwolf-modeler

Usage

<script type="module">
  import 'direwolf-modeler/direwolf-modeler.js';
</script>

<direwolf-modeler></direwolf-modeler>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:bs

Demoing using storybook (if applied by author)

npm run storybook

Linting (if applied by author)

npm run lint