Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thesoulfresh/pan-z

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thesoulfresh/pan-z - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

5

package.json
{
"name": "@thesoulfresh/pan-z",
"version": "0.0.1",
"version": "1.0.0",
"private": false,

@@ -95,3 +95,4 @@ "license": "MIT",

"deploy-storybook": "storybook-to-ghpages",
"prepublishOnly": "yarn build"
"prepublishOnly": "yarn build",
"publish-package": "./scripts/release"
},

@@ -98,0 +99,0 @@ "files": [

18

README.md

@@ -1,9 +0,23 @@

## Deprecated
Deprecated in favor of [`@thesoulfresh/pan-z`](https://www.npmjs.com/package/@thesoulfresh/pan-z).
# A Pan/Zoom library
[docs + demos](https://soulfresh.github.io/pan-zoom?path=/docs/pan-z--pan-z)
## Install
npm install @thesoulfresh/pan-z
## Usage
```js
import PanZ from '@thesoulfresh/pan-z'
// Attach pan/zoom functionality to an HTML element.
const pz = new PanZ(element);
// Remove pan/zoom functionality
pz.destroy();
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc