Skip to content

Commit 93de048

Browse files
committed
cleanup
1 parent 6f861d5 commit 93de048

File tree

3 files changed

+2
-59
lines changed

3 files changed

+2
-59
lines changed

examples/canvas-penplot.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

examples/pen-plotter-patchwork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const canvasSketch = require('canvas-sketch');
2-
const { exportPolylines, polylinesToSVG } = require('canvas-sketch-util/penplot');
2+
const { polylinesToSVG } = require('canvas-sketch-util/penplot');
33
const random = require('canvas-sketch-util/random');
44
const clustering = require('density-clustering');
55
const convexHull = require('convex-hull');

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)