vue-peel icon indicating copy to clipboard operation
vue-peel copied to clipboard

🗒️ A Vue library to create realistic peeling effects

Results 1 vue-peel issues
Sort by recently updated
recently updated
newest added

``` var p = new Peel('#zzz', { path: { d: 'M 0,0 L 100,100 L 100,0 Z', } }); p.handleDrag(function(evt, x, y) { this.setPeelPosition(x, y); }); ``` ``` Top Back...