0.0.33 • Published 5 months ago

sving v0.0.33

Weekly downloads
12
License
MIT
Repository
github
Last release
5 months ago

Sving

made SVG super easy.

Examples of introduction the website

Examples of Application the website

Install

the file is here: sving.js or sving.min.js

You can also install it via npm:

npm install sving

Sving can be used in the CommonJS/AMD module definition environment, but also directly through the script tag reference in your page ,such as:

<script src="sving.js"></script>

you can get the Sving module by synchronizing require in the AMD module definition environment:

define(function (require) {
    var Sving = require('sving');
});

or asynchronous require:

require([ 'sving' ], function (Sving) {
});

or require in the CommonJS module definition environment:

var Sving = require('sving');

Many thanks to

License

This content is released under the MIT License.

0.0.33

5 months ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.30

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.28

3 years ago

0.0.29

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago