UNPKG
raphael
Version:
latest (2.3.0)
2.3.0
2.2.8
2.2.7
2.2.6
2.2.4
2.2.3
2.2.1
2.2.0
2.1.4
2.1.0
1.4.7-npm-1.0.1
1.4.7-npm-1.0.0
1.4.7-14-gdbe241f
JavaScript Vector Library
dmitrybaranovskiy.github.io/raphael/
DmitryBaranovskiy/raphael
raphael
/
dev
/
raphael.amd.js
5 lines
(3 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
define(
[
"./raphael.core"
,
"./raphael.svg"
,
"./raphael.vml"
]
, function(
R
) { return
R
; });