Hi there 👋
I am a JS and NodeJS developer.
🙌 Currently working at Datadog in the FrontEnd Platform team, improving the developer experience and efficiency for 300 engineers.
yoannmoinet - Overview
🙌 Currently working at Datadog in the FrontEnd Platform team, improving the developer experience and efficiency for 300 engineers.
💍 One file, to rule them all.
JavaScript 45
2
#Usage: ./icons.sh ../assets/media/icon_color_1024.png ../assets/icons
4
name=$(basename "$1" ".png")
5
dir=$(cd "$(dirname "$2")"; pwd)/$(basename "$2")
2
export const createSeeThroughWindow = () => {
3
const w = new BrowserWindow({ transparent: true });
4
w.setIgnoreMouseEvents(true);