1
0
Fork 0
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:
Fred Chasen 2021-03-09 11:18:02 -08:00
parent 98fe63bc4e
commit 408873b8ac
7 changed files with 3 additions and 9804 deletions

View file

@ -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";