-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_pkg__WEBPACK_IMPORTED_MODULE_0__.AniSS is not a constructor #1
Comments
I've just updated dependencies and tried a build myself. It works fine for me. Make sure you're in the root of the project folder. Dependencies were installed via yarn You should only need to run (in this order):
|
Strangely, it seems that when building the webpack, whatever's happening on your end is not building the webassembly. Do you have wasm-pack? I believe you can build it with the command |
oh!! yes i needed wasm-pack. (https://rustup.rs/ and https://rustwasm.github.io/wasm-pack/installer/) I tried to select file and you can see that fucntion onelectfile is not working |
Have you made any changes to the webpack file? I don't really know why your environment wouldn't work if it's able to serve on both my machine and github build. Based off the error, it feels like somehow it wasn't able to load www/js/init.js file in the bundle |
I can't seem to replicate this error myself from the root folder |
Thanks! I was able to set it up and running correctly. However, I'm not sure which shaders to use. I tried v3 shaders and it's giving me errors, while v4 loads fine but it doesn't actually do anything to improve the video. |
The problem is that the syntax/naming has changed a little bit for how Anime4K refers to the textures, so I think the parsing will have to be updated to support the updated naming |
When i compile project and open index.html generated over dist folder i recive this error
`init.js:54
(i tried with npm run build , npm run serve, npx webpack)
The text was updated successfully, but these errors were encountered: