├── .appcast.xml
├── .gitignore
├── .npmrc
├── README.md
├── assets
├── icon.png
└── ui
│ ├── index.html
│ ├── main.css
│ └── main.js
├── documentation-assets
├── documentation-animation.gif
├── documentation-ui.png
├── grid-small.png
├── parabolic-small.png
├── radial-small.png
└── random-small.png
├── package.json
├── src
├── geometry
│ ├── Line.js
│ ├── Oval.js
│ ├── Point.js
│ └── Triangle.js
├── main
│ ├── ColorManager.js
│ ├── FieldGenerator.js
│ ├── Init.js
│ ├── ShapeExtractor.js
│ └── TriangleField.js
├── manifest.json
└── util
│ ├── Color.js
│ ├── Intersection.js
│ └── Math.js
└── triangle-field.sketchplugin
└── Contents
├── Resources
├── icon.png
├── main.js
├── main.js.map
└── ui
│ ├── index.html
│ ├── main.css
│ └── main.js
└── Sketch
├── Init.js
├── Init.js.map
└── manifest.json
/.appcast.xml:
--------------------------------------------------------------------------------
1 |
2 |
Crunching the Numbers
210 | 215 |Crunching the Numbers
210 | 215 |