infinitered/nsfwjs

No dist folder

Opened this issue · 1 comments

When trying to run either the manual test or the mininal demo it tries to load files from dist/models/ and dist/browser/ which are not there. There's no dist/ at all.

Hey @fierceFerdy

If you have cloned the project it won't have the dist folder until you build the project. So you can run yarn bundle to build the project and bundle all the models into the dist folder. Alternatively you can also download the npm package that contains the dist folder.