DEV Community

Cover image for Pikaso now supports NodeJs
Ramin
Ramin

Posted on

Pikaso now supports 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.

Note that you must install node-canvas separately.

npm install canvas
Enter fullscreen mode Exit fullscreen mode
const { Pikaso } = require('pikaso')

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

editor.shapes.circle.insert({
  x: 200,
  y: 200,
  radius: 40,
  fill: 'blue'
})

const base64Url = editor.export.toImage()
Enter fullscreen mode Exit fullscreen mode

Github:
https://github.com/pikasojs/pikaso

Website:
https://pikaso.app

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more