# turn.js **Repository Path**: iivu/turn.js ## Basic Information - **Project Name**: turn.js - **Description**: The page flip effect for HTML5 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-19 - **Last Updated**: 2023-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A fork of [https://github.com/blasten/turn.js](https://github.com/blasten/turn.js) with support for npm/yarn. ## Usage ### JS ``` import $ from 'jquery'; import 'turn.js'; $('#magazine').turn({ width: 800, height: 600, autoCenter: true // ... plus any extra option you need }); ``` ### HTML ```