Rene Merino
Rene Merino
A temporary solution for this installing it from git by adding it like this to you package.json ``` json "laravel-elixir-vueify": "git+https://github.com/JeffreyWay/laravel-elixir-vueify.git", ```
Would really love this to be merged soon too!
try this to generate them automatically //page number if (page%2 == 0) { $('.even .footer').text(page); $('.odd .footer').text(page+1); } else { $('.even .footer').text(page-1); $('.odd .footer').text(page); }
More or less something like this ``` flipbook.turn({ width: 960, height: 600, when: { turning: function(e, page, view) { var book = $(this), currentPage = book.turn('page'), pages = book.turn('pages'); //page...
Any updates on this?
I'm still banging my head to get this to work with tailwind4, I tried the above approach but I'm getting this error ```Parsing css source code failed 3354 | }...
This is exactly what I'm looking for, would be nice to have this feature
Since there has been any movement on this issue, which I'm having as well, I'm left with no option but to fork it as well.