{"id":32821265,"url":"https://github.com/tabone/noci","last_synced_at":"2026-06-17T21:02:09.005Z","repository":{"id":65459831,"uuid":"457325145","full_name":"tabone/noci","owner":"tabone","description":"Procedural Icon Generator","archived":false,"fork":false,"pushed_at":"2024-04-14T19:29:08.000Z","size":102,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-02T06:18:00.282Z","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/tabone.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":"2022-02-09T11:13:22.000Z","updated_at":"2024-04-17T21:24:41.000Z","dependencies_parsed_at":"2023-01-24T14:25:16.845Z","dependency_job_id":null,"html_url":"https://github.com/tabone/noci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tabone/noci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fnoci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fnoci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fnoci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fnoci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabone","download_url":"https://codeload.github.com/tabone/noci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabone%2Fnoci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34465322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2025-11-07T14:05:43.700Z","updated_at":"2026-06-17T21:02:08.948Z","avatar_url":"https://github.com/tabone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eNOCI\u003c/h1\u003e\n\n  \u003cimg\n    height=\"80\"\n    width=\"80\"\n    alt=\"NOCI\"\n    src=\"https://user-images.githubusercontent.com/5364897/153192104-48bba009-d198-4c87-bd72-821c8cbf808c.jpg\"\n  /\u003e\n  \u003cimg\n    height=\"80\"\n    width=\"80\"\n    alt=\"NOCI\"\n    src=\"https://user-images.githubusercontent.com/5364897/153192106-21705704-d3d4-471e-9e41-b139ef03c8e9.jpg\"\n  /\u003e\n  \u003cimg\n    height=\"80\"\n    width=\"80\"\n    alt=\"NOCI\"\n    src=\"https://user-images.githubusercontent.com/5364897/153192112-2a999245-d794-4477-8bc5-ac5f1b36f454.jpg\"\n  /\u003e\n\n  \u003cp\u003eProcedural Avatar Generator\u003c/p\u003e\n\n  [![npm version](https://badge.fury.io/js/noci.svg)](https://badge.fury.io/js/noci)\n  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n  [Click Here For Demo](https://h33z5.csb.app/)\n\u003c/div\u003e\n\n\u003chr/\u003e\n\n## Install\n\n### NPM\n\n```bash\nnpm install --save noci\n```\n\n### Yarn\n\n```bash\nyarn add noci\n```\n\n## Usage\n\n```javascript\n  const grid = require('noci')({\n    width: 10,\n    height: 10,\n    iterations: 10,\n    seed: 'random-seed',\n    fold: 'VERTICAL' // Can also be 'HORIZONTAL' or 'BOTH'\n  })\n\n  grid.forEach(\n    (rows, y) =\u003e {\n      rows.forEach(\n        (cell, x) =\u003e {\n          switch (cell) {\n            case 'ALIVE' {\n              // Paint pixel at (`x`, `y`) with skin color.\n              break;\n            }\n            case 'CONTOUR': {\n              // Paint pixel at (`x`, `y`) with border color.\n              break;\n            }\n            default: { // or 'DEAD'\n              // Paint pixel at (`x`, `y`) with background color.\n              break;\n            }\n          }\n        }\n      )\n    }\n  )\n```\n\n# References\nBased on the algorithm by [yurkth](https://github.com/yurkth/sprator).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabone%2Fnoci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftabone%2Fnoci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabone%2Fnoci/lists"}