0.1.0 • Published 7 years ago

alloysword v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Sword

made SVG super easy.

Examples of introduction the website

Examples of Application the website

Install

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

You can also install it via npm:

npm install alloysword

Sword 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="sword.js"></script>

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

define(function (require) {
    var Sword = require('sword');
});

or asynchronous require:

require([ 'sword' ], function (Sword) {
});

or require in the CommonJS module definition environment:

var Sword = require('sword');

Many thanks to

License

This content is released under the MIT License.

0.1.0

7 years ago

0.0.0

7 years ago

0.0.2

9 years ago

0.0.1

9 years ago