JaxsonVan Doorn
Projects
Use Eye Dropper
13+ Stars - 413k+ Downloads
ππ©Έπ§« Browser color picker hook for React
React Wavify
329+ Stars - 255k+ Downloads
ποΈ π Animated wave component for React
React Dialog Polyfill
25k+ Downloads
π±οΈ π¬ <dialog> element bundled with polyfill for React
React Sheet Slide
35+ Stars - 11k+ Downloads
ποΈ π’ π A responsive React draggable sheet and dialog component
React PICO-8
11+ Stars - 1k+ Downloads
πΉοΈ πΎ Run PICO-8 game cartridges in React
React Micron
588+ Downloads
ποΈ π₯ Microinteractions for React using micron.js
React YAT
538+ Downloads
π π π Yet Another Typer component for React
Use App Badge
300+ Downloads
π Cross-browser wrapper for Navigator Badge API
Games
Woofers 3D
7+ Stars
πΆ A 3D game API designed to be effortless and simple to use. Based on LibGDX, Bullet and Box2D
DOGE: BOIS
π¨βπ π π Discord Jam 2 Game Entry
ALIEN, e x p a n s i o n .
π² Ludum Dare Game Jam Entry
Whale
π Dodge eels and lobsters as they attempt to ruin your day in the sea
Fox Hole
π¦ Run through fox holes sneaking past robot crocodiles
Posts
NPM package deployment using YAML GitHub Actions
Wednesday, August 21, 2019
Recently GitHub announced that GitHub Actions will be moving away from the original HCL syntax in-favour of a YAML format similar to Travis CI and Bitbucket Pipelines. This means that HCL style actions will no longer work after September 30, 2019. It is possible to migrate using a migration script however in-some cases it may be required to reconfigure. This particular issue occurred to me as actions which return a neutral result seem to fail the whole build with the YAML format.
Using Anchors in Bitbucket Markdown Documents
Tuesday, October 23, 2018
Using Markdown to write content is a joy; gone are the days of clunky and slow word processors. Leveraging HTML tags for complete control over your document when needed and falling back to a simple and constant syntax for simpler operations works great. Most VCS hosting platforms will recognize the extension and render it. For larger documents typically organizing sections using a table of contents with anchors is an easy and streamlined process.