0.0.33 • Published 2 years ago

sving v0.0.33

Weekly downloads
12
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.31

4 years ago

0.0.32

3 years ago

0.0.30

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.26

4 years ago

0.0.27

4 years ago

0.0.28

4 years ago

0.0.29

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.15

5 years ago

0.0.16

5 years ago

0.0.17

5 years ago

0.0.13

5 years ago

0.0.14

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago