global: snapshot

This commit is contained in:
nym21
2026-01-10 18:43:18 +01:00
parent 3bc0615000
commit 6f45ec13f3
311 changed files with 6916 additions and 7664 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -1,3 +1,4 @@
// @ts-nocheck
interface Options {
/**
* Width in pixels to be applied to node before rendering.
+1
View File
@@ -1,3 +1,4 @@
// @ts-nocheck
function changeJpegDpi(uint8Array, dpi) {
uint8Array[13] = 1;
uint8Array[14] = dpi >> 8;