Skip to content

v2.7.0

Compare
Choose a tag to compare
@raminious raminious released this 12 Jun 10:12
· 27 commits to master since this release

Support NodeJs 馃帀

As of version 2.7.0, NodeJs is supported. This will enable collaboration between backend and frontend sides in creating images.
Using Pikaso in a NodeJs environment is similar to using it in a browser.

npm install canvas
const { Pikaso } = require('pikaso')

const editor = new Pikaso({
  width: 800,
  height: 600
})