- fix problem with cache / refresh
- update readme instructions
- animate
- In Github Desktop, select the repository
svg-randomizer
- Click "Fetch" to see if there are changes, then pull if it shows changes (not "Pull Request", which is different)
- Open VS Code (from Github Desktop use Shift + Command + A)
Column | Description | Default value |
---|---|---|
include |
Add 1 to include files. Higher numbers change ratio (e.g. 1:2 ) |
0 |
bgColor |
Background color for whole page | fff |
bgGrad1-3 |
Background gradients | fff |
scale |
Increase/decrease scale. e.g. 1.5 = 150% |
1 (100% ) |
placeHolder |
A google sheets hack. Any data is fine. | 0 |
Skip this step (the fileserver now lets you export by clicking a button).
Testing notes:
- Exports data from spreadsheet to
/node-projects/export-paths/data/data-tz.json
- To start nodemon w/ignore flags use:
npm run start-dev
- Open VS Code (see #0)
- Right click on
/node-projects/file-server
and choose "Open in Integrated Terminal" to open a terminal in VS Code. - Type
npm run start
and hit return to start the test server. - View randomizer http://localhost:3000/randomizer
- Print page to make image
- Click the button
- Exports and uses spreadsheet data and to itemize files on your computer
- Allows loading of local files and data into randomizer w/o CORS error
- Illustrator does not support using CSS inside SVGs. You must use the attributes which are built-in
- Go to the URL
- Inspect the page and search for "SVG" in the code
- Right click to copy svg code to clipboard
- Paste svg code in a text file