1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Move the pinch stuff in its own file in order to use for editors

This commit is contained in:
Calixte Denizet 2024-12-11 16:41:35 +01:00
parent a9c5bb25b8
commit e0b63ecd03
5 changed files with 233 additions and 123 deletions

View file

@ -63,6 +63,7 @@ import { DOMSVGFactory } from "../../src/display/svg_factory.js";
import { DrawLayer } from "../../src/display/draw_layer.js";
import { GlobalWorkerOptions } from "../../src/display/worker_options.js";
import { TextLayer } from "../../src/display/text_layer.js";
import { TouchManager } from "../../src/display/touch_manager.js";
import { XfaLayer } from "../../src/display/xfa_layer.js";
const expectedAPI = Object.freeze({
@ -105,6 +106,7 @@ const expectedAPI = Object.freeze({
shadow,
stopEvent,
TextLayer,
TouchManager,
UnexpectedResponseException,
Util,
VerbosityLevel,