Skip to content

A command line tool for converting SSF(small sketch format) to SVG

License

Notifications You must be signed in to change notification settings

mindboard/ssf2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssf2svg

This is a command line tool for converting SSF to SVG.

Coelacanth SVG

About SSF

SSF is a Small Sketch native format.
About Small Sketch, please see this page: https://play.google.com/store/apps/details?id=com.mindboardapps.app.smallsketch

Build

In order to create a ssf2svg command:

go build

Usage

cat examples/iphone-se.ssf | ./ssf2svg > iphone-se.svg

Use an examples/style.json in order to customize output style.

cat examples/iphone-se.ssf | ./ssf2svg examples/style.json > iphone-se.svg

There are some examples ssf and json in examples dir.

About

A command line tool for converting SSF(small sketch format) to SVG

Resources

License

Stars

Watchers

Forks

Packages

No packages published