README
VF renderer
Installing
npm install vf-gl-core --save
Rebuilding
After install NPM module with npm install
, build using:
npm run dist
npm run dev
vf render
<script type="module">
import vfRenderer from 'https://cdn.skypack.dev/vf-renderer';
</script>
npm install vf-gl-core --save
After install NPM module with npm install
, build using:
npm run dist
npm run dev