Skip to content

path2d-polyfill@3.0.0

Choose a tag to compare

@nilzona nilzona released this 17 Mar 07:33
· 78 commits to main since this release
bdad86d

Major Changes

  • a2953fc: Path2D has been moved to it's own package and path2d-polyfill is now purely a browser library for applying the polyfill. All node related code has been moved to the path2dpackage.

    import { Path2D } from "path2d";