Skip to content

Instantly share code, notes, and snippets.

{
"include": [
"foo.js"
],
"reporter": "text-lcov"
}
@StickyCube
StickyCube / index.html
Created June 27, 2016 22:52
Electron click through transparency example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test App</title>
</head>
<style>
html, body {
height: 100%;