Skip to content

Commit aa9e3d1

Browse files
committed
update to max width 255
1 parent b850660 commit aa9e3d1

24 files changed

+33
-33
lines changed

docs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ namespace docs {
130130
pw = Math.max(pw, rw)
131131
}
132132
// when the width is too large (>255?), bad things happen
133-
pw = Math.min(240, pw)
133+
pw = Math.min(255, pw)
134134

135135
// render all pages
136136
loader.nonEmptyPages().forEach(p => {

docs/images/generated/image_home.datauri.txt

+1-1
Large diffs are not rendered by default.

docs/images/generated/image_home.png

39 Bytes
Loading
1.24 KB
Loading
616 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
291 Bytes
Loading
Loading
Loading
Loading
Loading
301 Bytes
Loading
Loading
Loading
Loading
Loading

docs/images/generated/samples.md

+27-27
Large diffs are not rendered by default.

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ node-domexception@^1.0.0:
2727
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
2828
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
2929

30-
node-fetch@^3.2.10:
31-
version "3.2.10"
32-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
33-
integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
30+
node-fetch@^3.3.0:
31+
version "3.3.0"
32+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
33+
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
3434
dependencies:
3535
data-uri-to-buffer "^4.0.0"
3636
fetch-blob "^3.1.4"

0 commit comments

Comments
 (0)