sparkles: Cleaned up examples a bit
This commit is contained in:
parent
c228184d20
commit
7877a1fa4a
30 changed files with 563 additions and 409 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue