simplify-rs 0.1.2

Algorithm for converting points to smooth bezier curves, ported from paper.js
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = []
double_precision = []

[package]
authors = ["Felix Schütt <felix.schuett@maps4print.com>"]
categories = ["gui"]
description = "Algorithm for converting points to smooth bezier curves, ported from paper.js"
edition = "2018"
keywords = ["svg", "simplify", "bezier", "svg", "graphics"]
license = "MIT"
name = "simplify-rs"
readme = "README.md"
repository = "https://github.com/fschutt/simplify-rs"
version = "0.1.2"