initial commit

This commit is contained in:
Tzu-Mao Li
2020-09-03 22:30:30 -04:00
commit 413a3e5cee
148 changed files with 138536 additions and 0 deletions

9
pydiffvg/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
from .device import *
from .shape import *
from .pixel_filter import *
from .render_pytorch import *
from .image import *
from .parse_svg import *
from .color import *
from .optimize_svg import *
from .save_svg import *