0.1.0 • Published 2 years ago

handwriting-canvas v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

handwriting-canvas

JavaScript library for handwriting on canvas

overview

Motivation

Sometimes it is nice to "handwrite" easily on a web browser. For example, when you want to create a simple application using MNIST.

In such cases, this library provides "handwriting" in a simple setting.

Requirements

Because this library uses canvas, it is assumed to work in the browser.

Installation

You can install with CDN like bellow.

<script src="https://cdn.jsdelivr.net/npm/handwriting-canvas/dist/main.min.js"></script>

You can also install with npm.

npm install handwriting-canvas

Usage

Please see the examples directory here!

Licence

MIT