<direwolf-modeler>
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