Skip to content

akx/gravelly.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

gravelly

Generates SVG paths.

Works in the browser (installs itself as window.Gravelly) or as a CommonJS module.

Etymology

Some paths are gravelly.

Usage

Gravelly = require("./gravelly");

var curve = Gravelly()
			.moveTo(150, 330)
			.relLineTo(100, -200)
			.quadraticTo(400, 50, 600, 30)
			.toString();

// put that curve in your SVG path

About

Generates SVG paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published