petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
123 stars 53 forks source link

Using Within Webpack Application #73

Open bethanywallace opened 11 months ago

bethanywallace commented 11 months ago

I'm using Laravel 8 and have went through the Autodesk API workflow's to get an NWD file translated to SVF. Now I would like to convert it to gltf for use within a three.js viewer. How could I use this package within webpack instead of node.js?