VMPrint packages are now available on npm! #16
cosmiciron
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
VMPrint packages are now available on npm
VMPrint’s core packages are now published on npm.
After the 1.0 architectural overhaul, the engine, rendering contexts, font managers, and CLI are now available as installable packages for direct use in applications, tooling, and experiments.
Available packages
Core:
@vmprint/contracts@vmprint/engineRendering contexts:
@vmprint/context-pdf@vmprint/context-pdf-lite@vmprint/context-canvasFont managers:
@vmprint/local-fonts@vmprint/standard-fonts@vmprint/web-fontsCLI:
@vmprint/cliInstall examples
Core engine:
PDF rendering:
Browser / lightweight PDF rendering:
CLI:
Documentation
Docs and API reference:
https://cosmiciron.github.io/vmprint/
Repository:
https://github.com/cosmiciron/vmprint
Notes
The core VMPrint packages are now live.
The transmuters are not part of this npm release yet and will come later.
If you installed the CLI very early, update to the latest version of @vmprint/cli.
VMPrint is now set up for both library use and command-line workflows, and this should make it much easier to integrate into real projects, test pipelines, browser demos, and publishing workflows.
If you build something with it, I’d love to hear about it.
Beta Was this translation helpful? Give feedback.
All reactions