| .gitignore | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
sixel-check
Run, returns true(0) if sixel support exists, false (1) otherwise
if [ sixel-check ] then echo "Sixels are supported" else echo "Sixels are not supported" fi
| .gitignore | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Run, returns true(0) if sixel support exists, false (1) otherwise
if [ sixel-check ] then echo "Sixels are supported" else echo "Sixels are not supported" fi