use-fullscreen-hook
Version:
A React hook to manage fullscreen state
29 lines (28 loc) • 563 B
JSON
{
"name": "use-fullscreen-hook",
"version": "1.0.3",
"description": "A React hook to manage fullscreen state",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ahmedwagd/use-fullscreen-hook"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"react",
"hook",
"fullscreen"
],
"author": "Ahmed Wagdy",
"license": "MIT",
"devDependencies": {
"typescript": "^4.0.0"
},
"dependencies": {
"react": "^18.0.0"
}
}