Skip to content

Tree Shaking #52

@vltansky

Description

@vltansky

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions