diff options
-rw-r--r-- | README | 5 | ||||
-rwxr-xr-x | viewhtml | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -14,4 +14,7 @@ opener viewhtml A view for HTML5 documents based on gumbo. - Depends on https://github.com/ray2501/tclgumbo + Depends on: + https://github.com/ray2501/tclgumbo + http://tkimg.sourceforge.net/ + https://github.com/auriocus/tksvg @@ -1,6 +1,8 @@ #!/usr/bin/env tclsh package require tclgumbo package require Tk +package require tksvg +package require Img # TODO: This is still ugly, refactor into functions and namespaces? |