UNPKG
2d-context
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
grabs a new 2d canvas context
github.com/mattdesl/2d-context
mattdesl/2d-context
2d-context
/
index.js
6 lines
(4 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
var
getContext =
require
(
'get-canvas-context'
)
module
.
exports
=
function
get2DContext
(
opt
) {
return
getContext
(
'2d'
, opt) }