Skip to content

Conversation

@KojoZero
Copy link

This adds page preloading, which prevents the screen flash that occurs when changing the page.

@vercel
Copy link

vercel bot commented Dec 20, 2024

@KojoZero is attempting to deploy a commit to the zxy101's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Feb 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mokuro-reader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 4:58pm

export let src: FileWithBlob;
let url: string = '';
// $: url = src ? `url(${URL.createObjectURL(src)})` : '';
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
// $: url = src ? `url(${URL.createObjectURL(src)})` : '';

@ZXY101
Copy link
Owner

ZXY101 commented Feb 7, 2025

Not really noticing much of an improvement on the flicker, also the changes seem to break the reader once you get to the last page and try to navigate.

@Gnathonic
Copy link
Collaborator

So this does make a huge improvement with flicker for volumes with exceptionally large images. However, the implementation results in considerable lag while paging and responsiveness issues when paging quickly.

yuukibarns pushed a commit to yuukibarns/mokuro-reader that referenced this pull request Jun 12, 2025
Add unit tests for Japanese character counting utility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants