Flare-JS icon indicating copy to clipboard operation
Flare-JS copied to clipboard

Flare Javascript ES6 runtime with Canvas rendering.

Results 30 Flare-JS issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Is JS version no longer maintained ? What should JS do now with the. Fly end file ?

Hello, I'm currently working with an animation exporting from Rive app. The export is in Json flr format. I was recommended to use a 2d-inc runtime engine to run my...

I've noticed that ColorComponents aren't updating properly in the runtime, as they are not marked dirty on their own. So for example: a static Rectangle with a gradient fill won't...

bug

The minified bundle size is very large (a whopping 8.5Mb non-gzipped), which makes its inclusion on the web a hard sell. Eye-balling the Flare.min.js, it looks like the embedded canvaskit...

Bumps [npm](https://github.com/npm/cli) from 5.10.0 to 6.14.6. Release notes Sourced from npm's releases. v6.14.6 6.14.6 (2020-07-07) BUG FIXES a9857b8f6 chore: remove auth info from logs (@claudiahdz) b7ad77598 #1416 fix: wrong npm...

dependencies

We create a sample animation in Rive and it works in Flutter lib but not works by JS lib. both JSON or Binary export didn't work in JS **the Binary...

Under [https://github.com/2d-inc/Flare-JS#running-the-example](https://github.com/2d-inc/Flare-JS#running-the-example) `node_modules/gl-matrix-dist` should be `node_modules/gl-matrix/dist`

I had a look at the React version to see if I could find any hints, but no luck. I'm using Vue with WebPack, but I can't seem to get...