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

twojs-browserify

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twojs-browserify

A browserified two-dimensional drawing api meant for modern browsers.

latest
npmnpm
Version
0.2.0
Version published
Weekly downloads
2
-60%
Maintainers
1
Weekly downloads
 
Created
Source

Two.js Browserify

A browserified two-dimensional drawing api meant for modern browsers.

This is a browserified package for Two.js .

Usage

npm install --save twojs-browserify
Two = require 'twojs-browserify'
elem = document.querySelector '#container'

params = width: 200, height: 100
two = new Two(params).appendTo elem

circle = two.makeCircle 72, 70, 10
circle.fill = '#fff800'
circle.stroke = 'organered'
circle.linewidth = 5

two.update()

Change Log

  • 0.2.0, wrap Two.js 0.2.0 into a NPM package

License

MIT

For Two.js , see offical repo:

Keywords

dom

FAQs

Package last updated on 22 Aug 2013

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