lelinhtinh / jEpub

Simple EPUB builder library, works in modern browsers.
https://lelinhtinh.github.io/jEpub/
ISC License
46 stars 19 forks source link

Unable to use in Project #15

Closed fameoflight closed 3 years ago

fameoflight commented 3 years ago

When doing import I am running into ./node_modules/jepub/src/jepub.js Module not found: Can't resolve './tpl/OEBPS/front-cover.html' in '/Users/hemantv/workspace/tellado/tellado-webapp/node_modules/jepub/src'

any ideas what might be going on here?

lelinhtinh commented 3 years ago

Actually, I've never run this project in a nodejs environment. 😳

Importing from the dist directory will work:

import jEpub from "./node_modules/jepub/dist/jepub.js";