{"id":18068377,"url":"https://github.com/weezlely/taeopia","last_synced_at":"2026-02-06T08:42:20.773Z","repository":{"id":260387822,"uuid":"857339399","full_name":"weezlely/taeopia","owner":"weezlely","description":"@taeopia/canvas-editor, @taeopia/react-table, @taeopia/ui-with-css, @taopia/react-tool","archived":false,"fork":false,"pushed_at":"2024-12-27T21:56:31.000Z","size":9381,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-24T23:54:45.103Z","etag":null,"topics":["canvas","css-in-ts","fabric","javascript-library","react","react-table","tanstack-table","typescript-library"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/search?q=%40taeopia","language":"TypeScript","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/weezlely.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":"2024-09-14T11:49:31.000Z","updated_at":"2024-12-27T21:56:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e9f3470-bf6d-484d-8231-54d5d6f856a7","html_url":"https://github.com/weezlely/taeopia","commit_stats":null,"previous_names":["weezlely/taeopia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weezlely/taeopia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weezlely%2Ftaeopia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weezlely%2Ftaeopia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weezlely%2Ftaeopia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weezlely%2Ftaeopia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weezlely","download_url":"https://codeload.github.com/weezlely/taeopia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weezlely%2Ftaeopia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29155692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["canvas","css-in-ts","fabric","javascript-library","react","react-table","tanstack-table","typescript-library"],"created_at":"2024-10-31T08:06:15.790Z","updated_at":"2026-02-06T08:42:20.755Z","avatar_url":"https://github.com/weezlely.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## @taeopia\n\n\u003e This is packages made by @taeopia - taeo\n\u003e\n\u003e This package consists of:\n\u003e\n\u003e 1. UI library based on vanilla-extract - [@taeopia/ui-with-css](https://github.com/weezlely/taeopia/tree/master/packages/ui-with-css)\n\u003e 2. Canvas Editor based on fabric.js - [@taeo/canvas-editor](https://github.com/weezlely/taeopia/tree/master/packages/canvas-editor)\n\u003e 3. table library based on tanstack/react-table - [@taeopia/react-table](https://github.com/weezlely/taeopia/tree/master/packages/react-table)\n\u003e 4. react tool library based on React - [@taeopia/react-tool](https://github.com/weezlely/taeopia/tree/master/packages/react-tools)\n\n- If you would like more information about the package, please click the blue button.\n\n## workspace\n\n```json\n\n\n\"workspaces\": {\n    \"packages\": [\n      \"packages/*\",\n      \"app/*\"\n    ]\n  },\n  \"scripts\": {\n    \"@taeopia/app-vite\": \"yarn workspace @taeopia/app-vite\",\n    \"@taeopia/ui-with-css\": \"yarn workspace @taeopia/ui-with-css\",\n    \"@taeopia/canvas-editor\": \"yarn workspace @taeopia/canvas-editor\",\n    \"@taeopia/react-table\": \"yarn workspace @taeopia/react-table\",\n    \"@taeopia/react-tool\": \"yarn workspace @taeopia/react-tool\"\n  },\n\n\n\n```\n\n## Get Started\n\n- This script have to use in root directory\n\n```bash\n# Root Directory\n\n# Install packages\n$ yarn run packages\n\n\n# Run Exam\n$ yarn run exam\n\n```\n\n### 1) @taeopia/ui-with-css\n\n- This package is a [vanilla-extract](https://vanilla-extract.style/) based UI library. Please click [here](https://github.com/weezlely/taeopia/tree/master/packages/ui-with-css) for more details.\n\n```bash\n# Root Directory\n\n# Install package\n$ yarn @taeopia/ui-with-css install\n\n\n# Build package\n$ yarn @taeopia/ui-with-css build\n```\n\n### 2) @taeopia/canvas-editor\n\n- This package is a [fabric.js](http://fabricjs.com/) based canvas editing library. Please click [here](https://github.com/weezlely/taeopia/tree/master/packages/canvas-editor) for more details.\n\n```bash\n# Root Directory\n\n# Install package\n$ yarn @taeopia/canvas-editor install\n\n\n# Build package\n$ yarn @taeopia/canvas-editor build\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweezlely%2Ftaeopia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweezlely%2Ftaeopia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweezlely%2Ftaeopia/lists"}