mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-21 20:01:52 +00:00
7 lines
177 B
JavaScript
7 lines
177 B
JavaScript
|
|
/* Footer for requirejs AMD support */
|
||
|
|
|
||
|
|
window.fabric = fabric;
|
||
|
|
|
||
|
|
if ( typeof define === "function" && define.amd) {
|
||
|
|
define( "fabric", [], function () { return fabric; } );
|
||
|
|
}
|