浏览器多窗口堆叠特效
A demo program that shows effect of browser multi-window stacking, using new broswer experimental window api called window.getScreenDetails.
- For Firefox, it cannot work still. See #1.
Environment requirements:
- Python: 3.8+
Clone the repository:
git clone https://github.com/cworld1/browser-multiwin-stack.gitRun the server:
cd ./browser-multiwin-stack
python ./scripts/server.pyVisit and test api:
- Open
http://127.0.0.1:8000/ - Click the image
- Give the basic permissions
You can open multi windows with the same link and splice it.
To spend more time coding and less time fiddling with whitespace, this project uses code conventions and styles to encourage consistency. Code with a consistent style is easier (and less error-prone!) to review, maintain, and understand.
This project is licensed under the GPL 3.0 License.
