mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
build dist
This commit is contained in:
17
dist/lib/dom/__mocks__/document-cloner.js
vendored
Normal file
17
dist/lib/dom/__mocks__/document-cloner.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var DocumentCloner = /** @class */ (function () {
|
||||
function DocumentCloner() {
|
||||
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion
|
||||
this.clonedReferenceElement = {};
|
||||
}
|
||||
DocumentCloner.prototype.toIFrame = function () {
|
||||
return Promise.resolve({});
|
||||
};
|
||||
DocumentCloner.destroy = function () {
|
||||
return true;
|
||||
};
|
||||
return DocumentCloner;
|
||||
}());
|
||||
exports.DocumentCloner = DocumentCloner;
|
||||
//# sourceMappingURL=document-cloner.js.map
|
||||
1
dist/lib/dom/__mocks__/document-cloner.js.map
vendored
Normal file
1
dist/lib/dom/__mocks__/document-cloner.js.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"document-cloner.js","sourceRoot":"","sources":["../../../../src/dom/__mocks__/document-cloner.ts"],"names":[],"mappings":";;AAAA;IAGI;QACI,+EAA+E;QAC/E,IAAI,CAAC,sBAAsB,GAAG,EAAiB,CAAC;IACpD,CAAC;IAED,iCAAQ,GAAR;QACI,OAAO,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAEM,sBAAO,GAAd;QACI,OAAO,IAAI,CAAC;IAChB,CAAC;IACL,qBAAC;AAAD,CAAC,AAfD,IAeC;AAfY,wCAAc"}
|
||||
Reference in New Issue
Block a user