1
0
Fork 0

sparkles: Cleaned up examples a bit

This commit is contained in:
Joost De Cock 2019-01-30 14:21:59 +01:00
parent c228184d20
commit 7877a1fa4a
30 changed files with 563 additions and 409 deletions

View file

@ -1,13 +1,5 @@
export default part => {
let {
Point,
points,
Path,
paths,
Snippet,
snippets,
macro
} = part.shorthand();
let { Point, points, Path, paths, Snippet, snippets } = part.shorthand();
points.A = new Point(45, 60);
points.B = new Point(10, 30);