๐ Currently working at Datadog in the FrontEnd Platform team, improving the developer experience and efficiency for 300 engineers.
Pinned Loading
-
-
Mac OS X icon.icns
Mac OS X icon.icns 1#!/bin/sh
2#Usage: ./icons.sh ../assets/media/icon_color_1024.png ../assets/icons
34name=$(basename "$1" ".png")
5dir=$(cd "$(dirname "$2")"; pwd)/$(basename "$2")
-
Apply a masked circle on element.
Apply a masked circle on element. 1// Main process
2export const createSeeThroughWindow = () => {
3const w = new BrowserWindow({ transparent: true });
4w.setIgnoreMouseEvents(true);
5};
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.