/king-nft

king nft website

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

3D FlipBook jQuery plugin example

This is an example for flip-book npm package. It is recommended to see the live preview.

How to use

Clone a copy of the main git repo by running:

git clone https://github.com/iberezansky/flip-book-jquery-example.git

Enter the flip-book-jquery-example directory and run the installation:

cd flip-book-jquery-example && npm install

When the installation finished run development server:

npm run dev

To build debug version:

npm run build-debug

To build production version:

npm run build-production

For details see the documentation.