Skip to content

Commit

Permalink
fix: wrong package name in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 27, 2021
1 parent febd921 commit e3c35bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { loadBinding } = require('@node-rs/helper')
const { CanvasRenderingContext2D, CanvasElement, Path2D, ImageData, Image, CanvasPattern } = loadBinding(
__dirname,
'skia',
'@napi-rs/skia',
'@napi-rs/canvas',
)

const Geometry = require('./geometry')
Expand Down

0 comments on commit e3c35bb

Please sign in to comment.