Minified version at a smaller size #7061
Unanswered
GeorgianStan
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The only way to make it smaller is cut out the parts you do not use. Do you use svg export/import? if not you can remove it. Look at the build script, what i did was defining a post install script for my project. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
The current minified version of fabric.js has 300 KB. Is there something smaller that we can use?
I mention that I'm using the library like this
import { fabric } from "fabric";
through Webpack.Beta Was this translation helpful? Give feedback.
All reactions