New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pannerjs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pannerjs

Make web elements pannable!

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

PannerJS

npm version Build Status devDependency Status

A small library for making web elements pannable.

Demo

Online demo is available here

Installation

	npm install pannerjs --save

Usage

	var panner = require('panner');
	var elem = document.querySelector('.class');
	var container = elem.parentElement;

	panner.init(elem);
	// or
	panner.init(elem, container);

Tests

	npm test

Contributing

Take care to maintain the existing coding style.

Add unit tests for any new or changed functionality.

Lint and test your code.

Release History

  • 0.1.0 Initial release
  • 0.1.1 0.1.2 Update readme for NPM

Keywords

pan

FAQs

Package last updated on 01 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts