Multi Product Forms
General Use Case
🚀 If you want to start using it in your product immediately, install leafer-ui (70KB min+gzip, zero dependencies) and begin your exploration.
High-Performance Drawing Use Case
For high-performance drawing scenarios, it is recommended to install the lighter leafer-draw (58KB min+gzip).
Game Development Use Case
For game development, it is recommended to install leafer-game, which already includes game-related plugins.
Graphic Editor Use Case
For graphic editing, it is recommended to install leafer-editor, which already includes editor-related plugins.
Full Package
You can also install the full leafer package, which automatically includes leafer-ui and all @leafer-in/* plugin packages.
You can reduce bundle size by using import subpackages. This allows official example code to be used directly, but you must read the notes.