A piece I've been working on last week: a young wyvern. The fur pattern is inspired by aardwolves.
Original: volpeon.ink/art/2026-young-wyvern/
#wyvern #vectorArt #furryArt #art
pages folder (where e.g. .ts files are turned into .html pages) and assets (where .ts files are bundled with ESBuild).pages only containing everything from the pages folder, and site.load and site.glob can be used to pull in any other kind of file (even remote), which is then compressed and hashed and whatever else you configured in the asset pipeline.site.$.load() to run the pipeline with that file as entry point. The results are then integrated into the main pipeline and continued to be processed there. This is inspired by how bundlers typically work. And it's neat to see files not appearing in the output at all if I haven't used them anywhere.