force-canvas-context

1.0.0 • Public • Published

force-canvas-context

sanity check to get the context if input happens to be the canvas; errors if it can't return a context

Build Status npm version

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install force-canvas-context --save

Usage

var forceCanvasContext = require('force-canvas-context');
 
let canvas = document.createElement('canvas')
 
let context = forceCanvasContext(canvas)
context = forceCanvasContext(canvas.getContext('2d'))
context = forceCanvasContext('not a context or canvas') // Error

API

forceCanvasContext(ctx:context):context

...

License

MIT

Package Sidebar

Install

npm i force-canvas-context

Weekly Downloads

10

Version

1.0.0

License

ISC

Last publish

Collaborators

  • willhoag