Takeshi Sone

Results 94 comments of Takeshi Sone

Thank you for your input. I'll add it my TODO list.

Thanks for the suggestion. I'll add it when I have time.

Hi, I will try to support this someday, but I can't say exactly when. If there is any progress, I will report it in this issue!

I would love to support Vue 3, but I don't exactly figure out how. From a quick test, it appears that no changes are required to the component itself. It...

@M3skar Thanks!! I'll give it a try!

@lolik9l Yes, I'm trying. I could not get Vue Demi to work as I expected, then tried `vue-cli-service build --library`, which resulted a huge chunk of unnecessary code, so I'm...

I released 1.0.0-alpha, which supports Vue 3 by default. For Vue 2, use `import Flipbook from 'flipbook-vue/vue2'`.

Sorry for the delay in replying. You can set up a native `dblclick` handler by writing like the following: ``` @dblclick.native="zoomFlipbook" ```

Thanks for the input. PDF and HTML would be great, but they may be v2.0 (need rewriting, maybe along with #15). Thumbnails and such can be implemented outside flipbook-vue, if...

Hi, thanks for your input. I'll add that option when I have time.