freedraw 1.0.0

A Rust port of the perfect-freehand library for creating smooth, beautiful freehand lines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "private": true,
  "version": "0.0.0-development",
  "license": "MIT",
  "scripts": {
    "test": "cargo test",
    "build:examples": "cargo run --example svg_conversion",
    "view:examples": "open freedraw/examples/view.html"
  },
  "devDependencies": {
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/exec": "7.0.3",
    "@semantic-release/release-notes-generator": "14.0.3",
    "semantic-release": "24.2.3"
  }
}