{"id":13491194,"url":"https://github.com/dbradleyfl/aframe-gridhelper","last_synced_at":"2025-03-28T08:32:38.773Z","repository":{"id":57174174,"uuid":"57199586","full_name":"dbradleyfl/aframe-gridhelper","owner":"dbradleyfl","description":"A threejs grid helper as an aframe scene component.","archived":false,"fork":false,"pushed_at":"2018-12-16T22:52:38.000Z","size":643,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T05:54:56.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://devonbradley.com/aframe-gridhelper/","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/dbradleyfl.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}},"created_at":"2016-04-27T09:03:57.000Z","updated_at":"2023-08-01T17:51:35.000Z","dependencies_parsed_at":"2022-09-02T08:01:23.595Z","dependency_job_id":null,"html_url":"https://github.com/dbradleyfl/aframe-gridhelper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbradleyfl%2Faframe-gridhelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbradleyfl%2Faframe-gridhelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbradleyfl%2Faframe-gridhelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbradleyfl%2Faframe-gridhelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbradleyfl","download_url":"https://codeload.github.com/dbradleyfl/aframe-gridhelper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245996221,"owners_count":20707190,"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-07-31T19:00:54.460Z","updated_at":"2025-03-28T08:32:38.509Z","avatar_url":"https://github.com/dbradleyfl.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"## aframe-gridhelper-component\n\nA GridHelper component for [A-Frame](https://aframe.io).\n\n### Properties\n\n| Property         | Description | Default Value |\n| ---------------- | ----------- | ------------- |\n| size             |             | 5             |\n| divisions        |             | 10            |\n| colorCenterLine  |             | red           |\n| colorGrid        |             | black         |\n\n### Usage\n\n#### Browser Installation\n\nInstall and use by directly including the [browser files](dist):\n\n```html\n\u003chead\u003e\n  \u003ctitle\u003eMy A-Frame Scene\u003c/title\u003e\n  \u003cscript src=\"https://aframe.io/releases/0.4.0/aframe.min.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"https://rawgit.com/dbradleyfl/aframe-gridhelper/master/dist/aframe-gridhelper-component.min.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n  \u003ca-scene gridhelper\u003e\n    \u003ca-entity geometry=\"primitive: box\" material=\"color: #C03546\"\u003e\u003c/a-entity\u003e\n  \u003c/a-scene\u003e\n\u003c/body\u003e\n```\n\n#### NPM Installation\n\nInstall via NPM:\n\n```bash\nnpm install aframe-gridhelper-component\n```\n\nThen register and use.\n\n```js\nrequire('aframe');\nrequire('aframe-gridhelper-component');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbradleyfl%2Faframe-gridhelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbradleyfl%2Faframe-gridhelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbradleyfl%2Faframe-gridhelper/lists"}