Ionic 2 Flipbook as Turn Js

I am creating an application for viewing transactions with Ionic 2. I want to develop a flipbook that should display the image as a flipbook, as shown in the following link

turnjs

I tried to implement this plugin in an Ionic 2 application, but to no avail. My questions are as follows

  • Is there a plugin available?
  • How can I integrate the Turn JS plugin into my Ionic2 app? (Any manual)

Thanks in advance.

+5
source share
2 answers

https://www.npmjs.com/package/angular-turnjs

turn.js angular. , , js .

import * as turnJs from '../path/to/turnjs'

turnJS, , , , turn.js

+2

Turn js , , .

Jquery Booklet

0

Source: https://habr.com/ru/post/1673932/


All Articles