webdev-power-kit
Version:
A powerful toolkit that simplifies access to browser features like clipboard, notifications, battery, vibration, and more — perfect for modern web developers.
13 lines (12 loc) • 353 B
JavaScript
export * from "./clipboard";
export * from './notify';
export * from './battery';
export * from './dark-mode';
export * from "./tab-visibility";
export * from "./idle-timer";
export * from "./prevent-close";
export * from "./network";
export * from "./vibration";
export * from "./geolocation";
export * from "./screen-info";
export * from "./storage";