Adaptations Leading to Reimplementation
For this little bit of Spielerei, I needed something the qr tool couldn't yet do. Which was turn an image into SVG. As it stood up until then, it would only turn a text into a qr code and then that code into SVG.
So I set out to add this functionality. Though this time, I decided to re-implement the (fairly simple) algorithm, but this time cutting out the paperjs dependency and just generating the SVG straight into my Svelte component. The image is a WIP test while working on this.
This ended up working so well that I threw out the paperjs and kept the new simpler and more efficient implementation. The additional functionality is still there, though you'll have to find it :)
#qr #svg #qrcodegenerator #penplotter #creativecoding #axidraw #svelte