-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Would it be possible to structure the project to allow tree-shaking, so only the required modules are included?
For example, if I only need reversePath and normalizePath, I still end up importing 14KB gzipped. Ideally, I would like to be able to import just normalizePath without the extra overhead smth like import { normalizePath, reversePath } from 'svg-path-commander';
Metadata
Metadata
Assignees
Labels
No labels