vttThumbMaker
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This is a port of my Thumbnail Maker val for the Val Town Town Runtime by @maxm build on top of val.town.
Limitations:
- On Val Town Town, your application lives on a single route.
This means serving multiple assets (main.js, styles.css) does not work the traditional way.
In this example, I use a?f=
query parameter to work around this limitation. - Updates to this val are not instantly applied because of caching.