🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@polotno/to-vector-pdf

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@polotno/to-vector-pdf

Convert Polotno JSON into vector PDF

latest
npmnpm
Version
0.1.1
Version published
Maintainers
0
Created
Source

Polotno to Vector PDF

Convert polotno JSON into vector PDF file from NodeJS.

npm install @polotno/to-vector-pdf
import fs from 'fs';
import { jsonToPDF } from '@polotno/to-vector-pdf';

async function run() {
  const json = JSON.parse(fs.readFileSync('./polotno.json'));
  await jsonToPDF(json, './output.pdf');
}

run();

FAQs

Package last updated on 09 Sep 2024

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