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

plask-wrap

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plask-wrap

Plask wrapper for browserify

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

plask-wrap

stable

Plask wrapper for browserify.

It uses "browser" field in package.json to avoid requiring "plask" module in the browser and make using -i plask browserify unnecesary when bundling a pex app.

Usage

NPM

It's recommended to use is-plask together with this module

var plask = require('plask-wrap')
var isPlask = require('is-plask')

if (isPlask) {
  var canvas = plask.SkCanvas.create(1280, 720)
}

License

MIT, see LICENSE.md for details.

Keywords

plask,

FAQs

Package last updated on 12 Jan 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