Sfoglia il codice sorgente

Deploying to master from ee851a0c89436ceb3e5440d06e9b306d4ff5b7ac

giovannigiordano 5 anni fa
parent
commit
5d0d6e4c88

+ 1 - 0
CNAME

@@ -0,0 +1 @@
+www.excalidraw.com

BIN
FG_Virgil.ttf


+ 22 - 0
asset-manifest.json

@@ -0,0 +1,22 @@
+{
+  "files": {
+    "main.css": "/static/css/main.4b4142f8.chunk.css",
+    "main.js": "/static/js/main.3def8d06.chunk.js",
+    "main.js.map": "/static/js/main.3def8d06.chunk.js.map",
+    "runtime-main.js": "/static/js/runtime-main.b019aae8.js",
+    "runtime-main.js.map": "/static/js/runtime-main.b019aae8.js.map",
+    "static/js/2.3fb278bc.chunk.js": "/static/js/2.3fb278bc.chunk.js",
+    "static/js/2.3fb278bc.chunk.js.map": "/static/js/2.3fb278bc.chunk.js.map",
+    "index.html": "/index.html",
+    "precache-manifest.0fbb4ef256be8a3b8e6f3b71d8dd7aec.js": "/precache-manifest.0fbb4ef256be8a3b8e6f3b71d8dd7aec.js",
+    "service-worker.js": "/service-worker.js",
+    "static/css/main.4b4142f8.chunk.css.map": "/static/css/main.4b4142f8.chunk.css.map",
+    "static/js/2.3fb278bc.chunk.js.LICENSE": "/static/js/2.3fb278bc.chunk.js.LICENSE"
+  },
+  "entrypoints": [
+    "static/js/runtime-main.b019aae8.js",
+    "static/js/2.3fb278bc.chunk.js",
+    "static/css/main.4b4142f8.chunk.css",
+    "static/js/main.3def8d06.chunk.js"
+  ]
+}

File diff suppressed because it is too large
+ 0 - 0
index.html


BIN
logo.png


+ 26 - 0
precache-manifest.0fbb4ef256be8a3b8e6f3b71d8dd7aec.js

@@ -0,0 +1,26 @@
+self.__precacheManifest = (self.__precacheManifest || []).concat([
+  {
+    "revision": "8d184ca60da16d138f26273d1a723e84",
+    "url": "/index.html"
+  },
+  {
+    "revision": "44655b91a9acb4dab431",
+    "url": "/static/css/main.4b4142f8.chunk.css"
+  },
+  {
+    "revision": "873896e28eb81c54171d",
+    "url": "/static/js/2.3fb278bc.chunk.js"
+  },
+  {
+    "revision": "d705cb622423d72c5defbf368ca70dcc",
+    "url": "/static/js/2.3fb278bc.chunk.js.LICENSE"
+  },
+  {
+    "revision": "44655b91a9acb4dab431",
+    "url": "/static/js/main.3def8d06.chunk.js"
+  },
+  {
+    "revision": "b44dee203db29ecae5db",
+    "url": "/static/js/runtime-main.b019aae8.js"
+  }
+]);

+ 39 - 0
service-worker.js

@@ -0,0 +1,39 @@
+/**
+ * Welcome to your Workbox-powered service worker!
+ *
+ * You'll need to register this file in your web app and you should
+ * disable HTTP caching for this file too.
+ * See https://goo.gl/nhQhGp
+ *
+ * The rest of the code is auto-generated. Please don't update this file
+ * directly; instead, make changes to your Workbox build configuration
+ * and re-run your build process.
+ * See https://goo.gl/2aRDsh
+ */
+
+importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
+
+importScripts(
+  "/precache-manifest.0fbb4ef256be8a3b8e6f3b71d8dd7aec.js"
+);
+
+self.addEventListener('message', (event) => {
+  if (event.data && event.data.type === 'SKIP_WAITING') {
+    self.skipWaiting();
+  }
+});
+
+workbox.core.clientsClaim();
+
+/**
+ * The workboxSW.precacheAndRoute() method efficiently caches and responds to
+ * requests for URLs in the manifest.
+ * See https://goo.gl/S9QRab
+ */
+self.__precacheManifest = [].concat(self.__precacheManifest || []);
+workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
+
+workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), {
+  
+  blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
+});

+ 2 - 0
static/css/main.4b4142f8.chunk.css

@@ -0,0 +1,2 @@
+@font-face{font-family:Virgil;src:url(https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf);font-display:swap}body{margin:0;font-family:Arial,Helvetica,sans-serif}.container{display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.sidePanel{width:230px;background-color:#eee;padding:10px;overflow-y:auto}.sidePanel h4{margin:10px 0}.sidePanel .panelTools{display:flex;justify-content:space-between}.sidePanel .panelTools label{margin:0}.sidePanel .panelColumn{display:flex;flex-direction:column}.tool{position:relative}.tool input[type=radio]{position:absolute;opacity:0;width:0;height:0}.tool input[type=radio]+.toolIcon{background-color:#ddd;width:41px;height:41px;display:flex;justify-content:center;align-items:center;border-radius:3px}.tool input[type=radio]+.toolIcon svg{height:1em}.tool input[type=radio]:hover+.toolIcon{background-color:#e7e5e5}.tool input[type=radio]:checked+.toolIcon{background-color:#bdbebc}.tool input[type=radio]:focus+.toolIcon{box-shadow:0 0 0 2px #4682b4}label{margin-right:6px}label span{display:inline-block}input[type=number]{width:30px}input[type=color]{margin:2px}input{margin-right:5px}input:focus{box-shadow:0 0 0 2px #4682b4}button,input:focus{outline:transparent}button{background-color:#ddd;border:1px solid #ccc;border-radius:4px;margin:2px 0;padding:5px}button:focus{box-shadow:0 0 0 2px #4682b4}button:hover{background-color:#e7e5e5;border-color:#d6d4d4}button:active{background-color:#bdbebc;border-color:#bdbebc}button:disabled{cursor:not-allowed}
+/*# sourceMappingURL=main.4b4142f8.chunk.css.map */

File diff suppressed because it is too large
+ 0 - 0
static/css/main.4b4142f8.chunk.css.map


File diff suppressed because it is too large
+ 1 - 0
static/js/2.3fb278bc.chunk.js


+ 32 - 0
static/js/2.3fb278bc.chunk.js.LICENSE

@@ -0,0 +1,32 @@
+/*
+object-assign
+(c) Sindre Sorhus
+@license MIT
+*/
+
+/** @license React v16.12.0
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.12.0
+ * react-dom.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v0.18.0
+ * scheduler.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */

File diff suppressed because it is too large
+ 0 - 0
static/js/2.3fb278bc.chunk.js.map


File diff suppressed because it is too large
+ 0 - 0
static/js/main.3def8d06.chunk.js


File diff suppressed because it is too large
+ 0 - 0
static/js/main.3def8d06.chunk.js.map


+ 2 - 0
static/js/runtime-main.b019aae8.js

@@ -0,0 +1,2 @@
+!function(e){function r(r){for(var n,l,a=r[0],f=r[1],i=r[2],p=0,s=[];p<a.length;p++)l=a[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(c&&c(r);s.length;)s.shift()();return u.push.apply(u,i||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var f=t[a];0!==o[f]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var a=this.webpackJsonpreact=this.webpackJsonpreact||[],f=a.push.bind(a);a.push=r,a=a.slice();for(var i=0;i<a.length;i++)r(a[i]);var c=f;t()}([]);
+//# sourceMappingURL=runtime-main.b019aae8.js.map

File diff suppressed because it is too large
+ 0 - 0
static/js/runtime-main.b019aae8.js.map


Some files were not shown because too many files changed in this diff