版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

14 строки
280 B

  1. 'use strict'
  2. const bindings = require('../build/Release/canvas.node')
  3. module.exports = bindings
  4. bindings.ImageData.prototype.toString = function () {
  5. return '[object ImageData]'
  6. }
  7. bindings.CanvasGradient.prototype.toString = function () {
  8. return '[object CanvasGradient]'
  9. }