ArtifexSoftware / mupdf.js

JavaScript bindings for MuPDF
https://mupdfjs.readthedocs.io
GNU Affero General Public License v3.0
318 stars 17 forks source link

Corrects code sample for document.addStream() #75

Closed jamie-lemon closed 1 month ago

ccxvii commented 2 months ago

The object should be the empty object {} (since there's no /Type defined for page content streams).

jamie-lemon commented 2 months ago

@ccxvii okay - updated.