简体   繁体   English

在 javascript / node.js 中创建图像覆盖

[英]Creating an image overlay in javascript / node.js

I am currently attempting to write a JavaScript application that when certain conditions are met, will automatically我目前正在尝试编写一个 JavaScript 应用程序,当满足某些条件时,将自动

Open some sort of window (Ideally border-less)
Window displays an image
Window is able to be clicked through
Window displays over all other applications
Ideally window can also handle transparency

Does anyone know how I might go about this?有谁知道我怎么可能 go 关于这个? Essentially I'm trying to create an overlay via a Node.JS application running locally on my Windows 10 Machine.本质上,我试图通过在我的 Windows 10 机器上本地运行的 Node.JS 应用程序创建覆盖。 If attaching an overlay to an application would be easier that is also something that could work for what I need to do as well.如果将叠加层附加到应用程序会更容易,那也可以满足我的需要。

I've searched for hours to try and find a solution to this.我已经搜索了几个小时来尝试找到解决方案。 Any pointers in the right direction are greatly appreciated.非常感谢任何正确方向的指针。

Yeah you can do that with electronjs.是的,你可以用 electronjs 做到这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM