DXGIScreenShot 基于DXGI的截屏功能,比gdi截屏快数倍 计划 完成截屏 截屏数据使用h.264或h.265完成压缩 压缩数据进行解压 提交git git init git remote add origin https://github.com/zj360202/DXGIScreenShot.git git pull origin master git add src/main.js git commit -m "first commit" git push -u origin master