Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joebobmiles/yash
Yet Another SVG Helper
https://github.com/joebobmiles/yash
helper npm npm-package svg svg-library typescript yash
Last synced: about 2 months ago
JSON representation
Yet Another SVG Helper
- Host: GitHub
- URL: https://github.com/joebobmiles/yash
- Owner: joebobmiles
- Created: 2019-10-17T03:00:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T01:33:01.000Z (about 5 years ago)
- Last Synced: 2024-11-19T21:04:06.375Z (2 months ago)
- Topics: helper, npm, npm-package, svg, svg-library, typescript, yash
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YASH
> Yet Another SVG Helper
## What is YASH?
YASH is a project to create, well, yet _another_ SVG helper. As the name implies,
there are many like it, but this one is mine.YASH is the result of me waking up at 2am and learning (finally) how SVGs
worked. I quickly got tired of handwriting XML into CodePen, and was too lazy to
look up how to import npm packages (I'm pretty sure you can't), so I started
implementing my own helper for programmatically drawing SVG shapes. The code
quickly ballooned in size as I developed the API until I decided to pull it out
of the Pen it had become cramped in and create my own (and very first!) NPM
package out of it.