Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audio to epub js #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Add audio to epub js #1

wants to merge 18 commits into from

Conversation

kmacshane
Copy link

@kmacshane kmacshane commented Jul 27, 2022

Initial commit for adding audio files. Currently it will load the smil files but the URLs are erroring out.

@kmacshane kmacshane changed the title Test epub Add audio to epub js Jul 27, 2022
@@ -19,73 +21,74 @@

<script>

var book = ePub();
var rendition;
var book = ePub();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this PR has a lot formatting commits from the editor, which makes it really hard to read.

I wonder if there's a way to revert them (since these changes probably wouldn't be accepted by the upstream repo), or if that's too hard. If we do keep them, could we do a PR that just touches these files to get the formatting changes, merge that in, and then have a PR that's only the changes we want for audio?

@arsduo
Copy link
Member

arsduo commented Jan 25, 2023

@kmacshane should we merge this in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants