8000 GitHub - coastalwhite/svg-pathdata: An helper class for writing SVG PathData
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coastalwhite/svg-pathdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2D

A standardised 2 dimensional vector

import vec2 from 'v2d'

let v = vec2(2, 3)

v.add(vec2(2, 3)) // Will equal Vector2D(4,6)!
v.sub(vec2(-1, -2)) // Will equal Vector2D(3,5)!

About

An helper class for writing SVG PathData

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 
0