Skip to content

gulrotkake/svg2sixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg2sixel

Renders a SVG as sixels for display in terminals

Usage

As a library:

    match svg2sixel::svg2sixel(svg_string) {
        Ok(data) => println!("{data}"),
        Err(err) => eprintln!("{err}"),
    }

As a command line tool:

$ ./svg2sixel image.svg

or via stdin

cat image.svg | $ ./svg2sixel -

About

Render a SVG as sixel for display in terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages