{"id":25558976,"url":"https://github.com/davewm/angularisomer","last_synced_at":"2025-10-30T05:40:15.128Z","repository":{"id":17226775,"uuid":"19995690","full_name":"DaveWM/AngularIsomer","owner":"DaveWM","description":"Angular JS directives for Isomer (http://jdan.github.io/isomer/)","archived":false,"fork":false,"pushed_at":"2014-05-20T20:31:20.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T07:39:17.343Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaveWM.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":"2014-05-20T20:09:32.000Z","updated_at":"2014-05-20T20:31:20.000Z","dependencies_parsed_at":"2022-09-07T17:13:12.028Z","dependency_job_id":null,"html_url":"https://github.com/DaveWM/AngularIsomer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaveWM/AngularIsomer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2FAngularIsomer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2FAngularIsomer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2FAngularIsomer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2FAngularIsomer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveWM","download_url":"https://codeload.github.com/DaveWM/AngularIsomer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2FAngularIsomer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266058467,"owners_count":23870155,"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":"2025-02-20T16:26:28.039Z","updated_at":"2025-10-30T05:40:15.046Z","avatar_url":"https://github.com/DaveWM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"AngularIsomer\n=============\n\nAngular JS directives for Isomer \u003ca href=\"http://jdan.github.io/isomer/\"\u003ehttp://jdan.github.io/isomer/\u003c/a\u003e\n\nThis directive allows you to bind a canvas to an array of isomer shapes, by passing the array into the \"ng-shapes\" attribute. You can use \"isomer\" as either an element or attribute on a canvas, for example:\n\n```html\n\u003ccanvas isomer width=\"500\" height=\"500\" ng-shapes=\"shapes\"\u003e\u003c/canvas\u003e\n\u003c!-- or --\u003e\n\u003cisomer width=\"500\" height=\"500\" ng-shapes=\"shapes\"\u003e\u003c/isomer\u003e\n```\n\nng-shapes can either be an array of shapes, or of objects containing a \"shape\" and \"colour\":\n\n```javascript\nvar shapes = [Isomer.Shape.Prism(Isomer.Point.ORIGIN, 1, 1, 1)];\n// or\nshapes = [{shape: Isomer.Shape.Prism(Isomer.Point.ORIGIN, 1, 1, 1), colour = new Isomer.Color(255,0,0)}];\n```\n\n\u003ci\u003eNote: the directive deep watches the ng-shapes array.\u003c/i\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewm%2Fangularisomer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavewm%2Fangularisomer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewm%2Fangularisomer/lists"}