1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-06 00:47:13 +03:00
WeasyPrint/weasyprint.py
Simon Sapin 6b78c33622 First stab at FireWeasy.
The idea is to render the box tree in a browser instead of cairo,
so that tools like FireBug can be used to see the actual
dimensions of various boxes to help debug documents.
2012-01-25 19:06:33 +01:00

6 lines
80 B
Python
Executable File

#!/usr/bin/env python
import weasy
if __name__ == '__main__':
weasy.main()