Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored Feb 24, 2024
1 parent 9288744 commit 74fd925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The [polyfills](./polyfills.js) to support some pipeline.

### GCanvas

https://github.com/hans00/react-native-transformers-example/tree/gcanvas

> May make app unstable.
> Should more reuse canvas instance
Expand All @@ -44,3 +46,9 @@ The [polyfills](./polyfills.js) to support some pipeline.
- The offscreen canvas too small will not get full decoded image data.
- The canvas too large will crash.
- Create too many canvas may cause crash (include refresh app).

### Skia

> Stable, but slightly slower than gcanvas
https://github.com/hans00/react-native-transformers-example/blob/92887443a624402d6e35b9609a4dd2cd9ffb37a7/polyfills.js#L26-L367

0 comments on commit 74fd925

Please sign in to comment.