1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-23 16:48:08 +02:00

Re-factor the DefaultFileReaderFactory unit-test helper

We can re-use the existing helpers from `src/display/` rather than re-implementing the functionality here.
This commit is contained in:
Jonas Jenwald 2024-10-21 11:58:06 +02:00
parent df696063b9
commit 6c3336f04f
2 changed files with 7 additions and 15 deletions

View file

@ -150,6 +150,7 @@ class NodeStandardFontDataFactory extends BaseStandardFontDataFactory {
}
export {
fetchData,
NodeCanvasFactory,
NodeCMapReaderFactory,
NodeFilterFactory,