mirror of
https://github.com/rough-stuff/rough.git
synced 2026-02-16 00:16:21 -05:00
.
This commit is contained in:
@@ -1898,4 +1898,6 @@ class RoughCanvas {
|
||||
}
|
||||
}
|
||||
|
||||
export { RoughCanvas };
|
||||
if (exports) {
|
||||
exports.RoughCanvas = RoughCanvas;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
||||
|
||||
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
|
||||
@@ -2044,5 +2040,7 @@ var RoughCanvas = function () {
|
||||
return RoughCanvas;
|
||||
}();
|
||||
|
||||
exports.RoughCanvas = RoughCanvas;
|
||||
if (exports) {
|
||||
exports.RoughCanvas = RoughCanvas;
|
||||
}
|
||||
//# sourceMappingURL=rough.js.map
|
||||
|
||||
File diff suppressed because one or more lines are too long
4
docs/builds/rough.min.js
vendored
4
docs/builds/rough.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user