otomazeli / font-icon-generator

code to generate puml, png and svg from fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font icon generator

Introduction

...

Install

Windows

npm install --global --production windows-build-tools

Linux

apt install librsvg2-bin openjdk-11-jre graphviz

Build

mkdir .tmp -p
cd .tmp
git clone git@github.com:tupadr3/plantuml-icon-font-sprites.git github
cd github
git checkout master
cd ../..
yarn build --github

Todo

  • code cleanup
  • readme

About

code to generate puml, png and svg from fonts


Languages

Language:JavaScript 100.0%