Draw characters of pseudo handwriting lines with p5.js
In my daily coding drill, I found a library specialised to p5.js called scribble.js. This library allows to create lines with hand-draw effect. The below image is what you can draw with it.
This post is a note from my research on drawing p5.js using the Vue framework. The p5.js is a library derived from Processing, and is useful for visual expression.