1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-27 16:49:01 +02:00

bezier.js, as ES6 code

This commit is contained in:
Pomax
2020-08-07 15:47:52 -07:00
parent e49c314051
commit b13d8fe00d
29 changed files with 2234 additions and 4663 deletions

View File

@@ -147,7 +147,7 @@ class GraphicsElement extends CustomElement {
const height = this.getAttribute(`height`, 200);
this.code = `
import { GraphicsAPI, Bezier, Point } from "${MODULE_PATH}/api/graphics-api.js";
import { GraphicsAPI, Bezier, Vector } from "${MODULE_PATH}/api/graphics-api.js";
${globalCode}