Skip to content

Generate random previews from fxhash project

Notifications You must be signed in to change notification settings

sorarize/fxsnapshot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fxsnapshot

Capture a set of images from a fxhash project.

Install dependencies

npm install

Capture count images

For local use

node fxsnapshot.js <count>

or use npm script

npm run shot 5

The script opens the standard fxhash-webpack-boilerplate url (http://localhost:8080/). It will work only if you use a canvas and call fxpreview().

For remote use

node fxsnapshot.js <count> <project-id|project-url>

examples:

npm run shot 15
npm run shot 15 10332
npm run shot 15 https://www.fxhash.xyz/generative/slug/the-generative-octopuses

About

Generate random previews from fxhash project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%