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

canlay

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canlay

A small simple wrapper around the 2D canvas context

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

canlay

npm size

This is a small (<1KiB gzipped) and simple wrapper around the 2D canvas context. It provides simple utitlity functions that I think are useful.

Works with all modern evergreen browsers, as well as IE11 if you use any bundle except the ES6 module (.mjs).

Usage

npm install --save canlay

Either use modern ES6 modules (import canlay from 'canlay/dist/canlay.mjs';) or use the iife, system.js, umd or amd version in the dist subdirectory.

See the example in the test.html file on how to use the API.

License

MIT License, see LICENSE file.

Keywords

typescript

FAQs

Package last updated on 26 Dec 2018

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