🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/archs/go-htmlayout

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/archs/go-htmlayout

v0.0.0-20150704084906-caef4633951b
Version published
Created

What is it?

Go-htmlayout (gohl) is a Go wrapper of the HTMLayout library by TerraInformatica. HTMLayout is a fast, lightweight, and embeddable HTML/CSS rendering component for Windows.

Project status

Go-htmlayout is written for Go1. Most of the HTMLayout API has been wrapped (especially dom element related stuff), but there is still more of the HTMLayout API that I haven't tackled yet. Tests are also incomplete at this point. In short, this wrapper is probably not ready for serious production use.

Getting started

Clone the repo. In the main directory of the repository, run the following to fetch the latest version of HTMLayout:

python get_htmlayout.py

Though the tests provide an example of how to get started using gohl, there are probably better examples of window creation/management elsewhere on the internet.

FAQs

Package last updated on 04 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts