@arkie-ai/svg-snapshot
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ARKIE Node Svg Snapshot

中文 | English

安装

npm i @arkie-ai/svg-snapshot
yarn add @arkie-ai/svg-snapshot

快速上手

import { render } from '@arkie-ai/svg-snapshot'

run()

async function run() {
  const { buffer, errors } = await render(svg, width, height)
  errors.forEach(console.error)
  console.log(buffer)
}

Readme

Keywords

Package Sidebar

Install

npm i @arkie-ai/svg-snapshot

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

9.69 kB

Total Files

7

Last publish

Collaborators

  • arkie_ai_ops
  • aihornmac