Skip to content

plrdev/pinchlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

KineticJS.PinchLayer

KineticJS plugin to create a layer, which can be pinched and panned using multitouch. Works also on desktop with drag&drop and mousewheel.

Installation

  • Include file after kinetic.js in HTML

Usage

Example:

var layer = new Kinetic.Plugins.PinchLayer({
	container: stage,
	width: image.getWidth(),
	height: image.getHeight()
});

See also the example folder for a working example.

About

KineticJS plugin for Pinch layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published