3 个仓库
Capabilities for reading and writing files directly to the local device storage via browser APIs.
Distinct from File System Access: Focuses on web-to-native file system bridging rather than generic OS file access.
Explore 3 awesome GitHub repositories matching data & databases · Native File System Access. Refine with filters or upvote what's useful.
This project is a comprehensive reference guide and directory of web browser capabilities. It serves as a technical map for accessing native operating system functions, hardware interfaces, and standard web APIs to bridge the gap between web applications and desktop or mobile environments. The resource provides detailed guidance on implementing Progressive Web App features, including offline caching, push notifications, and native installation prompts. It also catalogs methods for interacting with hardware peripherals via USB, Bluetooth, and NFC, as well as reading raw data from device sensor
Provides a map for interacting with the native file system from a web application.
weweChat 是一个非官方的微信桌面客户端,作为跨平台消息包装器开发。它在 Electron 外壳中使用基于 React 的用户界面,为在桌面操作系统上管理对话提供了一个专用环境。 该应用引入了官方客户端中没有的自定义功能,例如拦截并归档发送者撤回的消息。它还包括批量消息自动化功能,可同时向多个收件人发送同一消息。 该客户端专为高级用户工作流设计,具有用于切换会话和发起对话的键盘驱动导航功能。它还通过批量文件传输和图像/文件剪贴板集成支持增强的媒体处理。 该软件包含一个自动更新系统,以确保安装最新版本。
Integrates system-level clipboard listeners to enable pasting images and files directly into conversations.
Open Video Editor 是一款专注于隐私保护的实用工具,专为本地视频转码、编辑和优化而设计。通过在用户设备上直接执行所有操作,该应用确保敏感媒体文件绝不会传输到外部服务器。 该软件利用基于浏览器的技术进行高性能媒体处理。它使用 WebAssembly 在沙盒环境中运行编译后的二进制文件,将密集的解码和编码任务卸载到后台线程,以保持界面的响应速度。该应用通过流式管道处理媒体,以数据块的形式处理数据,从而在保持低内存占用的同时高效处理大文件。 该工具提供了一系列修改视频内容的功能,包括片段修剪、分辨率调整、帧缩放和方向校正。它还支持视觉美化调整,例如为视频添加灰度滤镜。所有文件交互均通过直接访问本地存储进行,确保数据在整个编辑过程中保持安全。
Reads and writes media files directly from local storage using browser APIs to ensure data privacy.