Skip to content

Commit

Permalink
Deploying to gh-pages from @ 23d61e9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula committed Sep 18, 2024
1 parent fcb8313 commit 89eae0c
Show file tree
Hide file tree
Showing 8 changed files with 493 additions and 590 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11146,7 +11146,7 @@ const fit = (rect, bounds) => {
};
}, create = async (urls, credentials) => {
const options = { credentials: credentials ? "include" : "omit" }, [{ jsPDF }, ...responses$] = await Promise.all([
import('./jspdf.es.min-MTTj136Q.js').then(function (n) { return n.j; }),
import('./jspdf.es.min-AI8T2KTG.js').then(function (n) { return n.j; }),
...urls.map(async (_url) => {
const url = await Promise.resolve(invoke(_url));
const response = await fetch(url, options);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { x } from './directive-helpers-mVbraAne.js';
import './cosmoz-image-viewer-Is1tbblg.js';
import './cosmoz-image-viewer--XrmASyK.js';

const images = [
"stockholm.jpg",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { x } from './directive-helpers-mVbraAne.js';
import './cosmoz-image-viewer-Is1tbblg.js';
import './cosmoz-image-viewer--XrmASyK.js';

var hauntedPanZoom_stories = {
title: "Pan Zoom",
Expand Down
2 changes: 1 addition & 1 deletion index.es-uhsJH2GF.js → index.es-7YuVnzkA.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { _ as _typeof$1 } from './jspdf.es.min-MTTj136Q.js';
import { _ as _typeof$1 } from './jspdf.es.min-AI8T2KTG.js';

var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

Expand Down
4 changes: 2 additions & 2 deletions inline-module-a412f23235eb971c4a27c3950e98fd49.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if (SERVER_CHANNEL_URL) {
}

const importers = {
"./stories/cosmoz-image-viewer.stories.js": () => import('./cosmoz-image-viewer.stories-7krUH0Nh.js'),
"./stories/haunted-pan-zoom.stories.js": () => import('./haunted-pan-zoom.stories-wWnTRryZ.js')
"./stories/cosmoz-image-viewer.stories.js": () => import('./cosmoz-image-viewer.stories-LYtBoZot.js'),
"./stories/haunted-pan-zoom.stories.js": () => import('./haunted-pan-zoom.stories-BHOMDOwz.js')
};
function importFn(path) {
return importers[path]();
Expand Down
Loading

0 comments on commit 89eae0c

Please sign in to comment.