A collection of re-usable scripts for candle's flickguy.
- 📸 filters: adds post-processing filters to flickguys
- 🖌 pressure: adds pressure sensitivity to paint tool
Each script has a short "HOW TO USE" section included in the comments. For steps which say to Copy-paste this script into a script tag in your flickguy
, open your exported flickguy and scroll to the bottom of the file (at the time of writing, it looks like this):
</body></html>
then edit it to look like this:
<script>
// and then paste your code here!
</script>
</body></html>