@smartgift/card-isle-ui
v1.1.2
Published
## Overview
Downloads
47
Keywords
Readme
Card Isle UI
Overview
The Card Isle UI is a JavaScript library that provides a animation utility system for web applications.
Features
- Envelope animation
- Card flap and rotate animation
- Easy to integrate and use
Installation
npm install @smartgift/card-isle-uiUsage
import { CardIsleAnimation } from '@smartgift/card-isle-ui';
const card = new CardIsleAnimation({
targetSelector: '#card-container',
orientation: 'landscape',
cardImage: 'https://example.com/card-image.jpg',
onOpenCard: () => {
console.log('Card opened!');
}
});