{"id":19267953,"url":"https://github.com/holywyvern/react-isometric-tilemap","last_synced_at":"2025-07-25T23:33:34.938Z","repository":{"id":46798777,"uuid":"122686589","full_name":"holywyvern/react-isometric-tilemap","owner":"holywyvern","description":"A Tileset for isomtric game components made only with the DOM","archived":false,"fork":false,"pushed_at":"2021-09-25T02:30:32.000Z","size":901,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T15:31:27.073Z","etag":null,"topics":["isometric","react","tilemap"],"latest_commit_sha":null,"homepage":"https://holywyvern.github.io/react-isometric-tilemap/","language":"JavaScript","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/holywyvern.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-24T00:21:29.000Z","updated_at":"2025-06-10T07:12:00.000Z","dependencies_parsed_at":"2022-08-22T23:31:17.747Z","dependency_job_id":null,"html_url":"https://github.com/holywyvern/react-isometric-tilemap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/holywyvern/react-isometric-tilemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holywyvern%2Freact-isometric-tilemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holywyvern%2Freact-isometric-tilemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holywyvern%2Freact-isometric-tilemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holywyvern%2Freact-isometric-tilemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holywyvern","download_url":"https://codeload.github.com/holywyvern/react-isometric-tilemap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holywyvern%2Freact-isometric-tilemap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267083663,"owners_count":24033347,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["isometric","react","tilemap"],"created_at":"2024-11-09T20:14:34.942Z","updated_at":"2025-07-25T23:33:34.891Z","avatar_url":"https://github.com/holywyvern.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Isometric Tilemap\n\nA library for displaying tilemaps and handling events on it.\n\n## How to use\n\n### Install the library:\n\n```sh\nnpm i --save react-isometric-tilemap\n```\n\nImport this library in your code:\n\n```js\n// The map is the basic container, the tile is each square\nimport IsometricMap, { IsometricTile } from \"react-isometric-tilemap\";\n// The styles are needed to display properly\nimport \"react-isometric-tilemap/build/css/index.css\";\n```\n\nNow you can create your own map with it:\n\n```jsx\nconst MyMap = () =\u003e {\n  \u003cIsometricMap mapWidth={1} mapHeight={1} tileSize={32} slabSize={8}\u003e\n    \u003cIsometricTile x={0} y={0} z={3} /\u003e\n  \u003c/IsometricMap\u003e;\n};\n```\n\nPlease refer for the documentation for more details about the components provided.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholywyvern%2Freact-isometric-tilemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholywyvern%2Freact-isometric-tilemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholywyvern%2Freact-isometric-tilemap/lists"}