Files
Chris Tate 07de14b686 fix(image,react-pdf): resolve Buffer/stream type errors breaking build
@resvg/resvg-js's asPng() and @react-pdf/renderer's renderToBuffer()
return Node Buffer, which no longer satisfies the declared Uint8Array
return types under the current @types/node/TypeScript resolution,
failing dts builds (and therefore the release workflow's build step).
Wrap the Buffers in zero-copy Uint8Array views.

renderToStream() was declared as returning a web ReadableStream, but
@react-pdf/renderer's renderToStream() actually resolves to a
NodeJS.ReadableStream; declare what it really returns.
2026-07-01 18:53:18 -05:00
..
2026-05-06 22:42:42 -05:00
2026-06-10 22:06:29 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-06-10 22:06:29 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00
2026-05-06 22:42:42 -05:00