Skip to content

Commit a8b7997

Browse files
Update introduction.md
1 parent 5ef75f1 commit a8b7997

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/guide/introduction.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ You can draw things to the stage, add event handlers to them, move them,
1111
scale and rotate them independently of other shapes for support
1212
high performance animation, even if your application uses thousands of shapes.
1313

14-
This project is an attempt at rewriting [KonvaJS](https://github.com/konvajs/konva) which allows for minimal reduction of useless APIs and increased performance reduction in redrawing.
14+
This project is an attempt at rewriting [KonvaJS](https://github.com/konvajs/konva) which allows for minimal reduction f useless APIs and increased performance reduction in redrawing.
15+
16+
## Why select fCanvas?
17+
- `fCanvas` removes dozens or even hundreds of redundant APIs of libraries like [Konva.js](https://konvajs.org/docs/overview.html) and [Fabric.js](http: //fabricjs.com/) reduces packet size to around 80kB and only 60kB when used with [vue](https://vuejs.org)
18+
- it allows the most advanced tree-shaking support for extremely small package sizes
19+
- Optimized tactics and strong reactions. **It automatically stops the redraw when nothing has changed this is the latest compared to [Konva.js](https://konvajs.org/docs/overview.html) and [Fabric.js](http://fabricjs.com/)**
1520

1621
## Install fCanvas
1722

0 commit comments

Comments
 (0)