mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Move the DecodeStream
and StreamsSequenceStream
from src/core/stream.js
and into its own file
This commit is contained in:
parent
213e1c389c
commit
30a22a168d
16 changed files with 240 additions and 224 deletions
|
@ -16,7 +16,7 @@
|
|||
import { assert, FormatError, ImageKind, info, warn } from "../shared/util.js";
|
||||
import { isName, isStream, Name } from "./primitives.js";
|
||||
import { ColorSpace } from "./colorspace.js";
|
||||
import { DecodeStream } from "./stream.js";
|
||||
import { DecodeStream } from "./decode_stream.js";
|
||||
import { JpegStream } from "./jpeg_stream.js";
|
||||
import { JpxImage } from "./jpx.js";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue