{"id":23674040,"url":"https://github.com/farism/mint-fullscreen","last_synced_at":"2026-01-25T18:32:01.591Z","repository":{"id":194055074,"uuid":"690008445","full_name":"farism/mint-fullscreen","owner":"farism","description":"Mint lang wrapper for the browser Fullscreen API","archived":false,"fork":false,"pushed_at":"2023-09-17T20:36:48.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T10:49:17.895Z","etag":null,"topics":["fullscreen-api","mint","mint-lang"],"latest_commit_sha":null,"homepage":"https://farism.github.io/mint-fullscreen/","language":"Mint","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farism.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-11T11:05:47.000Z","updated_at":"2023-09-11T11:07:06.000Z","dependencies_parsed_at":"2023-09-11T12:46:17.384Z","dependency_job_id":"5f89420d-56ce-42c0-9046-3f0ed0b5fb01","html_url":"https://github.com/farism/mint-fullscreen","commit_stats":null,"previous_names":["farism/mint-fullscreen"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/farism/mint-fullscreen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-fullscreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-fullscreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-fullscreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-fullscreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farism","download_url":"https://codeload.github.com/farism/mint-fullscreen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-fullscreen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28756442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["fullscreen-api","mint","mint-lang"],"created_at":"2024-12-29T12:59:11.906Z","updated_at":"2026-01-25T18:32:01.568Z","avatar_url":"https://github.com/farism.png","language":"Mint","readme":"# Mint Fullscreen\n\n[![CI](https://github.com/farism/mint-fullscreen/actions/workflows/ci.yml/badge.svg)](https://github.com/farism/mint-battery/actions/workflows/ci.yml)\n\n[Mint](https://mint-lang.com/) wrapper for the browser [Fullscreen API](https://developer.mozilla.org/docs/Web/API/Fullscreen_API)\n\n# `Example`\n\nExample of using the `Fullscreen` module\n\n```mint\ncomponent Main {\n  fun enter {\n    case target {\n      Maybe::Just(el) =\u003e\n        {\n          Fullscreen.enter(el)\n          void\n        }\n\n      =\u003e void\n    }\n  }\n\n  fun exit {\n    Fullscreen.exit()\n  }\n\n  fun render {\n    \u003cdiv as target\u003e\n      \u003cbutton onClick={enter}\u003e\n        \"enter fullscreen\"\n      \u003c/button\u003e\n\n      \u003cbutton onClick={exit}\u003e\n        \"exit fullscreen\"\n      \u003c/button\u003e\n    \u003c/div\u003e\n  }\n}\n```\n\n# `Functions`\n\nThe `Fullscreen` module \n\n- `enter(el : Dom.Element)` - Requests to enter fullscreen mode\n\n- `exit()` - Requests to leave fullscreen mode\n\n- `element() : Maybe(Dom.Element)` - Returns the active fullscreen element\n\n- `isAvailable() : Bool` - Is the Fullscreen API available to use in the browser\n\n- `isActive() : Bool` - Is fullscreen mode currently activated on an element","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarism%2Fmint-fullscreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarism%2Fmint-fullscreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarism%2Fmint-fullscreen/lists"}