{"id":23053423,"url":"https://github.com/component/fullscreen","last_synced_at":"2025-08-15T03:32:46.036Z","repository":{"id":7042857,"uuid":"8320677","full_name":"component/fullscreen","owner":"component","description":"Fullscreen api wrapper","archived":false,"fork":false,"pushed_at":"2016-08-12T04:09:05.000Z","size":167,"stargazers_count":29,"open_issues_count":2,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-09T05:35:28.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/component.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-20T19:44:35.000Z","updated_at":"2020-01-11T05:05:02.000Z","dependencies_parsed_at":"2022-09-18T01:01:12.101Z","dependency_job_id":null,"html_url":"https://github.com/component/fullscreen","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Ffullscreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Ffullscreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Ffullscreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Ffullscreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/component","download_url":"https://codeload.github.com/component/fullscreen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229890360,"owners_count":18140085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T00:18:10.649Z","updated_at":"2024-12-16T00:18:11.143Z","avatar_url":"https://github.com/component.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# fullscreen\n\n  Fullscreen api\n\n## Installation\n\n    $ component install component/fullscreen\n\n## Example\n\n```js\nvar fullscreen = require('fullscreen');\n\nfullscreen.on('change', function(full){\n  console.log('changed to %s', full ? 'fullscreen' : 'regular');\n});\n\nsetTimeout(function(){\n  fullscreen();\n}, 2000);\n```\n\n## Events\n\n - \"change\" (fullscreen) boolean\n\n## API\n\n### fullscreen([el])\n\n  Display fullscreen document or `el`.\n\n### fullscreen.exit()\n\n  Exit fullscreen mode.\n\n### fullscreen.supported\n\n  Check if fullscreen is supported.\n\n## License\n\n  MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomponent%2Ffullscreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomponent%2Ffullscreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomponent%2Ffullscreen/lists"}