UNPKG

@web-atoms/core-docs

Version:
19 lines 919 B
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports", "../../../../core/WebImage"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const WebImage_1 = require("../../../../core/WebImage"); // tslint:disable const base64 = ["Ww0KICAgIHsNCiAgICAgICAgImxhYmVsIjogIk1vdmllIDEiLA0KICAgICAgICAidmFsdWUiOiAibW92", "aWUxIg0KICAgIH0sDQogICAgew0KICAgICAgICAibGFiZWwiOiAiTW92aWUgMiIsDQogICAgICAgICJ2", "YWx1ZSI6ICJtb3ZpZTIiDQogICAgfQ0KXQ=="]; exports.default = new WebImage_1.default(`data:image/jpeg;base64,${base64.join("")}`); }); //# sourceMappingURL=ListDataUrl.js.map