Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.46 KB

SSH.js Hits

SVG rendering test page

Super SVG Helper, so called SSH is the SVG library which helps you easily handle and modify SVGs for your web project.

Main features

  • SVG elemnts states management
  • SVG elements creation
  • Dynamically modify and animate SVG
  • Event handling
  • Easy styling
  • Custom SVG Chart modules


!!! Notice

  • I've started writing documentation/commit messages in English for people who are interested in contribution to this project.
  • programming paradigm : develop in functional programming as its' possible

Start testing demo page

.test/index.js

npm install --save-dev parcel // Install parcel
npm run parcel

Commit Convention

      [ keyword ] : commit message
      keywords :
                  docs : documentation - md/html,
                  style : css/svg style attribute,
                  build : build/deploy,
                  fix: fixing errors,
                  feature: adding features,
                  refactor: enhance feature, code functionality