mocap4face icon indicating copy to clipboard operation
mocap4face copied to clipboard

How to build without Bundling?

Open nicoprofe opened this issue 1 year ago • 2 comments

Hey! When I run npm build, bundle.js is impossible to call their functions. But I need to build for the browser. What can I do? Thanks

nicoprofe avatar Jul 23 '22 05:07 nicoprofe

Could you please provide part of your code that is not working as expected? Your description is too vague, so I'm not able to point out anything specific.

If you run local HTTP server in dist (that will be created during build process) folder after running npm run build (and provide any video file) our example works as expected, I just tested it.

Sorceror avatar Jul 25 '22 12:07 Sorceror

I am trying to call from JavaScript the function UpdateBlendshapeValue. But after the Build is not possible. I want to link the blendshapes values to a custom slider in JavaScript.

nicoprofe avatar Jul 26 '22 15:07 nicoprofe