mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-15 09:13:36 -07:00
global: snapshot
This commit is contained in:
+901
-989
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,4 @@
|
||||
// @ts-nocheck
|
||||
interface Options {
|
||||
/**
|
||||
* Width in pixels to be applied to node before rendering.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @ts-nocheck
|
||||
function changeJpegDpi(uint8Array, dpi) {
|
||||
uint8Array[13] = 1;
|
||||
uint8Array[14] = dpi >> 8;
|
||||
|
||||
Reference in New Issue
Block a user