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:
parent
9fd9177c48
commit
d0d557e398
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue