ps2svg
TypeScript icon, indicating that this package has built-in type declarations

1.3.10 • Public • Published

PS2SVG

Convert PostScript to SVG

Installation

npm i -g ps2svg

Usage

# (.ps | .svg)? is optional
$ ps2svg find-all                   # => ["path/to/my_ps.ps"]
$ ps2svg path/to/my_ps(.ps)?        # => my_ps.svg
$ ps2svg my_ps(.ps)?                # => my_ps.svg
$ ps2svg my_ps(.ps)? new_svg(.svg)? # => new_svg.svg

ps2svg gif

Package Sidebar

Install

npm i ps2svg

Weekly Downloads

1

Version

1.3.10

License

BSD-3-Clause

Unpacked Size

122 kB

Total Files

9

Last publish

Collaborators

  • hrsniper