Load
To start, you must load Grapper on your HTML page. This is done by adding a script tag pointing to the Grapper file. The easiest and fastest is to use this URL from the CDN:
html
<script src="https://cdn.jsdelivr.net/npm/grapper/dist/view.js"></script>You can install locally the Grapper package with:
bash
npm i grapperOne of the advantages of Grapper is that it runs dynamically in the browser and does not need heavy compilation or transpilation processes at development time. Any change, adaptation or modification, we can do it directly without other transformations.