shape-morph 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -150,7 +150,7 @@ declare class Morph {
150
150
  * Convert cubics to a CSS `clip-path: path("...")` value.
151
151
  *
152
152
  * Uses SVG path syntax inside clip-path. Note that CSS cannot
153
- * transition between different `path()` values use `toClipPathPolygon`
153
+ * transition between different `path()` values - use `toClipPathPolygon`
154
154
  * for animatable shapes.
155
155
  */
156
156
  declare function toClipPathPath(cubics: Cubic[], size?: number): string;
package/dist/index.d.ts CHANGED
@@ -150,7 +150,7 @@ declare class Morph {
150
150
  * Convert cubics to a CSS `clip-path: path("...")` value.
151
151
  *
152
152
  * Uses SVG path syntax inside clip-path. Note that CSS cannot
153
- * transition between different `path()` values use `toClipPathPolygon`
153
+ * transition between different `path()` values - use `toClipPathPolygon`
154
154
  * for animatable shapes.
155
155
  */
156
156
  declare function toClipPathPath(cubics: Cubic[], size?: number): string;