Skip to content

Instantly share code, notes, and snippets.

View Its-Just-Nans's full-sized avatar
😄
Hi !

n4n5 Its-Just-Nans

😄
Hi !
View GitHub Profile
@WebReflection
WebReflection / ai2svg.md
Last active August 13, 2024 17:12
Transform AI to SVG, requires Inkscape

Save this file as ai2svg, make it executable via chmod +x ai2svg then run it optionally passing the folder to look for.

It will convert in that folder, or the current one, all .ai files into .svg

#!/usr/bin/bash

createsvg() {
  local margin="$1"
 local d