Socket
Socket
Sign inDemoInstall

@amoy/draggify

Package Overview
Dependencies
60
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @amoy/draggify

pixi.js draggable extension


Version published
Weekly downloads
4
Maintainers
4
Install size
27.2 kB
Created
Weekly downloads
 

Readme

Source

@amoy/draggify

pixi.js draggable extension

Usage

import { use, Scene } from '@amoy/scene'
import draggify from '@amoy/draggify'

use(draggify)

// @scenes/home/index.ts
class Home extends Scene {
    create() {
        const ball = Sprite.from('ball')
        ball.draggify()
        // now `ball` can be dragged.
    }
}

FAQs

Last updated on 20 Feb 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc