cu2qu
Python library for cubic-to-quadratic bezier curve conversion
Install
- All systems
-
curl cmd.cat/cu2qu.sh
- Debian
-
apt-get install python3-cu2qu - Ubuntu
-
apt-get install python3-cu2qu - Kali Linux
-
apt-get install python3-cu2qu - Fedora
-
dnf install python3-cu2qu - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-cu2qu
python3-cu2qu
Python library for cubic-to-quadratic bezier curve conversion
cu2qu is a library that approximates cubic bezier curves with quadratic splines. This has general utility, but is especially useful for generating fonts.