{"id":20722481,"url":"https://github.com/toomanybees/texty-fun-time","last_synced_at":"2025-08-02T12:10:43.696Z","repository":{"id":74388719,"uuid":"75042072","full_name":"TooManyBees/texty-fun-time","owner":"TooManyBees","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-30T04:52:26.000Z","size":310,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-09T10:04:25.321Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TooManyBees.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-29T04:11:05.000Z","updated_at":"2016-11-29T04:26:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"8275077f-4430-46fa-b550-0c03e3c972d2","html_url":"https://github.com/TooManyBees/texty-fun-time","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/TooManyBees/texty-fun-time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TooManyBees%2Ftexty-fun-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TooManyBees%2Ftexty-fun-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TooManyBees%2Ftexty-fun-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TooManyBees%2Ftexty-fun-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TooManyBees","download_url":"https://codeload.github.com/TooManyBees/texty-fun-time/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TooManyBees%2Ftexty-fun-time/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268385921,"owners_count":24242105,"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-02T02:00:12.353Z","response_time":74,"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":"2024-11-17T03:36:01.466Z","updated_at":"2025-08-02T12:10:43.665Z","avatar_url":"https://github.com/TooManyBees.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Texty Fun Time 😙\n\nDo you like words? No, scratch that. Not words, letters. Do you like letters, (characters, graphemes, _motherfucking sigils_, et goddamn cetera) but wish they weren't so unfairly constrained into words? Those oppressive prison cells of grammar, that's what I think of words. Who needs em! Not me. Haven't used one in years, and good riddence!\n\nSo why bother making word art. Boring 1997 Microsoft Word plugin word art. Dumb \"256-color, curved across the arc of a circle, then shat upon by a dithered drop shadow\" word art. When you could make a text mosaic.\n\n(Obv I spent most of my youth playing with MS Word word art, because hot dang that was the coolest.)\n\n# HOW DOES?\n\n```javascript\nvar Canvas = require('canvas'); // if running in Node\nvar MAGNIFICENT_ARTWORKS = require('texty-fun-time');\n\nvar canvas = new Canvas(512, 512);\nMAGNIFICENT_ARTWORKS.draw(canvas, {\n  text: \"ooh mickey you're so pretty can't you understand\",\n  color: 'rgb(253, 120, 168)',\n  density: 2,\n  startCentered: false,\n  sizing: \"random\",\n});\n```\n\n![My karaoke playlist was on when I wrote this](itsguyslikeyoumickey.png)\n\nTextFunTime places letters where there is the least opacity on the canvas, so passing a canvas that already contains opaque (or partially opaque) pixels can create unexpected results.\n\n`color` can be any [color string](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value), gradient, or pattern that works with the canvas context's `fillStyle` property.\n\n`sizing` can be one of `\"random\"`, `\"linear\"`, and `\"logarithmic\"`, which determines how subsequent letters are scaled down in size.\n\n`density` is dangerous: it increases the number of painted letters exponentially, i.e. `ooh mickey you're so pretty can't you understand` is 48 characters, so this image has 2,304 chars on it.\n\n# Terms of Use\n\nThis software is offered under the BITE-ME license, wherein you can do whatever the fuck you want with it, but if you @ me I will drive to your home and say mean words to you as I flick you in the eye.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoomanybees%2Ftexty-fun-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoomanybees%2Ftexty-fun-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoomanybees%2Ftexty-fun-time/lists"}