From 0a27eea9ec0f7dc897c80d97e2a517f630e43486 Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Sat, 11 Dec 2021 16:25:21 +0100 Subject: [PATCH 1/2] Set image rendering scaling algorithm --- dist/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dist/index.html b/dist/index.html index d2b3675..a1e1baf 100644 --- a/dist/index.html +++ b/dist/index.html @@ -39,6 +39,14 @@ #output { max-width: 100%; align-self: center; + image-rendering: optimizeSpeed; /* Legal fallback */ + image-rendering: -moz-crisp-edges; /* Firefox */ + image-rendering: -o-crisp-edges; /* Opera */ + image-rendering: -webkit-optimize-contrast; /* Safari */ + image-rendering: optimize-contrast; /* CSS3 Proposed */ + image-rendering: crisp-edges; /* CSS4 Proposed */ + image-rendering: pixelated; /* CSS4 Proposed */ + -ms-interpolation-mode: nearest-neighbor; /* IE8+ */ } @media print { body { From d66f566a012234ed39752243494138d6ed8a5c2f Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Sat, 11 Dec 2021 16:28:05 +0100 Subject: [PATCH 2/2] Updated CID --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63539f4..4554010 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ npx http-server A version is also available on IPFS: ``` -/ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP +/ipfs/Qmdnx5vkt8qietF5BkEDTwxZUFKkh5g7FwYv1CgXYhQV1o ``` -You can access it directly [here](https://ipfs.io/ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP/). +You can access it directly [here](https://ipfs.io/ipfs/Qmdnx5vkt8qietF5BkEDTwxZUFKkh5g7FwYv1CgXYhQV1oP/).