UNPKG

fullscreen-toggle

Version:

A lightweight utility to toggle fullscreen mode in web applications. Works with all JavaScript frameworks including React, Angular, Vue, and vanilla JS.

43 lines 1.08 kB
{ "name": "fullscreen-toggle", "version": "1.0.0", "description": "A lightweight utility to toggle fullscreen mode in web applications. Works with all JavaScript frameworks including React, Angular, Vue, and vanilla JS.", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build" }, "keywords": [ "fullscreen", "toggle", "browser", "react", "angular", "vue", "javascript", "typescript", "web", "ui" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/fullscreen-toggle.git" }, "bugs": { "url": "https://github.com/yourusername/fullscreen-toggle/issues" }, "homepage": "https://github.com/yourusername/fullscreen-toggle#readme", "devDependencies": { "@rollup/plugin-typescript": "^11.1.0", "rollup": "^3.25.0", "typescript": "^5.0.0" } }