Skip to content

YannickBochatay/JSYG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSYG

Core of JSYG framework

It's just a pooling of modules :

Each of these modules can be used standalone if you don't need JSYG framework.

Installation

with npm
npm install jsyg

Usage

with module loader
import JSYG from "jsyg"
JSYG("svg").attr({width:400,height:300}).appendTo("body")
without bundler
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/jsyg/dist/JSYG.js"></script>
<script>
  JSYG("svg").attr({width:400,height:300}).appendTo("body")
</script>

About

Core of JSYG framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published