-
Notifications
You must be signed in to change notification settings - Fork 59
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
Failed to load resource when trying the provided example. #2
Comments
|
Looks like canvaskit-wasm is made available some days ago via npm... So to get the example running I had to:
Or when you start from the canvaskit branch:
|
Sorry for the oversight here, we were compiling it manually from the Skia repository, but like you saw it's now generally available. We've updated the instructions in the readme to help get people started. We recognize we still have a lot of documenting to do. |
I just tried to load the provided example under the guidance of @krispypen , but I faied, the error message was '_RenderPath.rewind is not a function', can you load the example?thank you |
@jjjjim They are using own custom |
i had some issue to run the example, i fixed it as #16 |
gl-matrix.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
example.js:7 Uncaught ReferenceError: vec2 is not defined
at example.js:7
at example.js:179
example.html:24 Uncaught ReferenceError: FlareExample is not defined
at onLoad (example.html:24)
at onload (example.html:60)
The text was updated successfully, but these errors were encountered: