handwritten.js - Convert typed text to realistic handwriting PDF JPEG Image

Опубликовано: 29 Сентябрь 2024
на канале: 1littlecoder
7,967
94

handwritten.js is a javascript library to convert text (digital) into realistic handwritten (more like a School Kid's handwriting). This library can be also used as a Command Line Tool (CLI). Thanks to Rahil Kabani for making this library open source. This would be definitely helpful if you're trying to create an artifact that looks like human-written. Sorry to disappoint you, there's no Machine Learning involved in it. It's still cool though! Please make sure you've node.js and NPM installed on your machine before proceeding with this.

Install

npm install handwritten.js -g
Usage:

handwritten.js path/to/input.txt path/to/output.pdf
Github: https://github.com/alias-rahil/handwr...
NPM - https://www.npmjs.com/package/handwri...