{"id":18638570,"url":"https://github.com/takahirox/aframe-outline","last_synced_at":"2025-11-13T23:03:47.843Z","repository":{"id":57174230,"uuid":"77662761","full_name":"takahirox/aframe-outline","owner":"takahirox","description":"Two-pass Outline effect component for A-Frame","archived":false,"fork":false,"pushed_at":"2017-11-01T09:00:06.000Z","size":491,"stargazers_count":35,"open_issues_count":5,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-09T01:07:32.503Z","etag":null,"topics":["a-frame","aframe","aframe-outline","javascript","outline","vr","website"],"latest_commit_sha":null,"homepage":"https://cdn.rawgit.com/takahirox/aframe-outline/v1.1.0/index.html","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/takahirox.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-12-30T05:28:18.000Z","updated_at":"2025-02-06T01:35:39.000Z","dependencies_parsed_at":"2022-09-02T12:11:23.087Z","dependency_job_id":null,"html_url":"https://github.com/takahirox/aframe-outline","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/takahirox/aframe-outline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahirox%2Faframe-outline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahirox%2Faframe-outline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahirox%2Faframe-outline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahirox%2Faframe-outline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takahirox","download_url":"https://codeload.github.com/takahirox/aframe-outline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahirox%2Faframe-outline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899582,"owners_count":24664720,"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-08-17T02:00:09.016Z","response_time":129,"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":["a-frame","aframe","aframe-outline","javascript","outline","vr","website"],"created_at":"2024-11-07T05:42:29.384Z","updated_at":"2025-11-13T23:03:42.813Z","avatar_url":"https://github.com/takahirox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A-Frame Outline component\n\naframe-outline is two-pass Outline effect component for A-Frame.\n\n![screenshot](./screenshot.png \"screenshot\")\n\n## Demo\n\n[Demo](https://rawgit.com/takahirox/aframe-outline/v1.1.1/index.html)\n\n## Properties\n\n### aframe-outline\n\n| Properties  | type   | Default Value | Description |\n| ----------- | ------ | ------------- | ----------- |\n| thickness   | number | 0.003         | Outline thickness. |\n| color       | color  | '#000'        | Outline color. |\n| alpha       | number | 1.0           | Outline alpha. |\n\n## Browser\n\n### How to use\n\nTo apply outline effect in a scene, add `outline` attribute in `\u003ca-scene\u003e` like `\u003ca-scene outline\u003e`.\n\n```html\n\u003chead\u003e\n  \u003cscript src=\"https://aframe.io/releases/0.7.1/aframe.min.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"https://rawgit.com/takahirox/aframe-outline/master/build/aframe-outline.min.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n  \u003ca-scene outline\u003e\n    \u003ca-entity position=\"0 10 20\"\u003e\n      \u003ca-camera\u003e\u003c/a-camera\u003e\n    \u003c/a-entity\u003e\n\n    \u003ca-entity geometry=\"primitive:sphere\"\u003e\u003c/a-entity\u003e\n\n    \u003ca-entity light=\"type:directional;color:#888\" position=\"-10 -10 -10\"\u003e\u003c/a-entity\u003e\n  \u003c/a-scene\u003e\n\u003c/body\u003e\n```\n\n## NPM\n\n### How to install\n\n```\n$ npm install aframe-outline\n```\n\n### How to build\n\n```\n$ npm install\n$ npm run all\n```\n\n### How to load\n\n```\nrequire('aframe');\nrequire('aframe-outline');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakahirox%2Faframe-outline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakahirox%2Faframe-outline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakahirox%2Faframe-outline/lists"}