Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-skia-canvas

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-skia-canvas

Skia based graphics canvas run on node.js, written in Node-API

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

node-skia

js-standard-style

Canvas work on node.js base skia.

https://skia.org/user/build

deps for env:

  • libjpeg-turbo
  • libpng
  • libwebp
  • icu4c
  • harfbuzz

Setup

Node header files

This project build with cmake-js, so if your node header files has never been installed, you could command below to install header fils first:

npx node-gyp install
Cmake
Build skia

This project deeply depends on skia, it needs to be built first. To build skia, you should have ninja first, to install ninja, check https://ninja-build.org/ please. Then you could use command:

cd skia
python2 tools/git-sync-deps
bin/gn gen out/Debug
ninja -C out/Debug
Use docker image

FAQs

Package last updated on 07 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc