Merge pull request #728 from tomasAlabes/master
Link to new Raphael-boilerplate repo (load raphael globally, with AMD, or HTML5 boilerplate.)
This commit is contained in:
commit
48b1a9afcf
|
|
@ -6,13 +6,14 @@ Visit the library website for more information: [http://raphaeljs.com](http://ra
|
||||||
|
|
||||||
* `git clone https://github.com/DmitryBaranovskiy/raphael.git`
|
* `git clone https://github.com/DmitryBaranovskiy/raphael.git`
|
||||||
* `git submodule init && git submodule update && npm install`
|
* `git submodule init && git submodule update && npm install`
|
||||||
(thank you [Wes Tood](https://github.com/wesleytodd))
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
* [eve](https://github.com/adobe-webplatform/eve)
|
* [eve](https://github.com/adobe-webplatform/eve)
|
||||||
* [grunt](https://github.com/gruntjs/grunt)
|
* [grunt](https://github.com/gruntjs/grunt)
|
||||||
|
|
||||||
## Loading
|
## Loading
|
||||||
|
Check [Raphael-boilerplate](https://github.com/tomasAlabes/raphael-boilerplate) to see examples of loading.
|
||||||
|
|
||||||
Raphael can be loaded in a script tag or with AMD:
|
Raphael can be loaded in a script tag or with AMD:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue