mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Move mime.js to utils, remove libs folder
This commit is contained in:
parent
98fe63bc4e
commit
408873b8ac
7 changed files with 3 additions and 9804 deletions
|
@ -1,7 +1,7 @@
|
|||
import {substitute} from "./utils/replacements";
|
||||
import {createBase64Url, createBlobUrl, blob2base64} from "./utils/core";
|
||||
import Url from "./utils/url";
|
||||
import mime from "../libs/mime/mime";
|
||||
import mime from "./utils/mime";
|
||||
import Path from "./utils/path";
|
||||
import path from "path-webpack";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue