-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
infrastructureDev infrastructureDev infrastructurequestion/ideaNew concepts / questions / suggestionsNew concepts / questions / suggestions
Description
Hello there!
Every new release you are making is causing us breakage before we update to it. This is because you are pointing to the latest version in your code
thorvg.web/src/lottie-player.ts
Line 34 in e189798
const _wasmUrl = 'https://unpkg.com/@thorvg/lottie-player@latest/dist/thorvg-wasm.wasm'; |
The best solution would be of course to use local copy of the wasm file from node_modules
, so projects do not depend on 3rd-party cdn and have reproducible builds. But even using appropriate version from unpkg
would already go a long way.
Thank you!
tinyjin
Metadata
Metadata
Assignees
Labels
infrastructureDev infrastructureDev infrastructurequestion/ideaNew concepts / questions / suggestionsNew concepts / questions / suggestions
Type
Projects
Status
Done 0.14