1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

Import new @xmldom package

This commit is contained in:
maggie0002 2021-10-21 09:45:41 +01:00
parent 9fd9177c48
commit d0d557e398
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import Hook from "./utils/hook";
import { sprint } from "./utils/core"; import { sprint } from "./utils/core";
import { replaceBase } from "./utils/replacements"; import { replaceBase } from "./utils/replacements";
import Request from "./utils/request"; import Request from "./utils/request";
import { DOMParser as XMLDOMSerializer } from "xmldom"; import { DOMParser as XMLDOMSerializer } from "@xmldom/xmldom";
/** /**
* Represents a Section of the Book * Represents a Section of the Book

View file

@ -2,7 +2,7 @@
* Core Utilities and Helpers * Core Utilities and Helpers
* @module Core * @module Core
*/ */
import { DOMParser as XMLDOMParser } from "xmldom"; import { DOMParser as XMLDOMParser } from "@xmldom/xmldom";
/** /**
* Vendor prefixed requestAnimationFrame * Vendor prefixed requestAnimationFrame