Some checks are pending
Deploy Volleyball CMS / deploy (push) Waiting to run
12 lines
205 B
JavaScript
12 lines
205 B
JavaScript
'use strict'
|
|
|
|
/*!
|
|
* Canvas - Context2d
|
|
* Copyright (c) 2010 LearnBoost <tj@learnboost.com>
|
|
* MIT Licensed
|
|
*/
|
|
|
|
const bindings = require('./bindings')
|
|
|
|
module.exports = bindings.CanvasRenderingContext2d
|