mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 22:28:37 +00:00
build
This commit is contained in:
parent
305b4e1258
commit
fe604ca2b1
2
docs/dist/ui.js
vendored
2
docs/dist/ui.js
vendored
@ -13,7 +13,7 @@ function frame(callback) {
|
||||
};
|
||||
requestAnimationFrame(animate);
|
||||
}
|
||||
export const backgroundImage = function(src, animateOptions) {
|
||||
export const backgroundImage = function(src, animateOptions = {}) {
|
||||
const container = document.getElementById("code");
|
||||
const bg = "background-image:url(" + src + ");background-size:contain;";
|
||||
container.style = bg;
|
||||
|
||||
@ -136297,7 +136297,8 @@ function frame(callback) {
|
||||
};
|
||||
requestAnimationFrame(animate);
|
||||
}
|
||||
const backgroundImage = function(src, animateOptions) {
|
||||
const backgroundImage = function(src, animateOptions = {
|
||||
}) {
|
||||
const container = document.getElementById('code');
|
||||
const bg = 'background-image:url(' + src + ');background-size:contain;';
|
||||
container.style = bg;
|
||||
@ -183163,4 +183164,4 @@ exports.default = cx;
|
||||
|
||||
},{"@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}]},["3uVTb"], "3uVTb", "parcelRequire94c2")
|
||||
|
||||
//# sourceMappingURL=index.790bf3f2.js.map
|
||||
//# sourceMappingURL=index.b40b1a4b.js.map
|
||||
File diff suppressed because one or more lines are too long
@ -11,6 +11,6 @@
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<script src="/tutorial/index.790bf3f2.js" defer=""></script>
|
||||
<script src="/tutorial/index.b40b1a4b.js" defer=""></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user