{"id":13480140,"url":"https://github.com/hacknug/tailwindcss-image-rendering","last_synced_at":"2025-03-15T13:31:11.941Z","repository":{"id":32755792,"uuid":"139341878","full_name":"hacknug/tailwindcss-image-rendering","owner":"hacknug","description":"Image-rendering utilities for Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2023-04-26T08:57:59.000Z","size":60,"stargazers_count":82,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-11T00:34:21.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/tailwindcss-image-rendering","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/hacknug.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}},"created_at":"2018-07-01T15:49:53.000Z","updated_at":"2024-10-02T04:37:42.000Z","dependencies_parsed_at":"2024-01-22T04:49:21.367Z","dependency_job_id":null,"html_url":"https://github.com/hacknug/tailwindcss-image-rendering","commit_stats":{"total_commits":22,"total_committers":4,"mean_commits":5.5,"dds":0.4545454545454546,"last_synced_commit":"9bea6b981a3d2b3364956680f93345bd8f30f1f9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-image-rendering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-image-rendering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-image-rendering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-image-rendering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacknug","download_url":"https://codeload.github.com/hacknug/tailwindcss-image-rendering/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242956547,"owners_count":20212454,"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":"2024-07-31T17:00:35.061Z","updated_at":"2025-03-15T13:31:11.546Z","avatar_url":"https://github.com/hacknug.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# Tailwind CSS Image Rendering Plugin\n\nThis plugin adds utilities to use `image-rendering` with Tailwind CSS.\n\n## Installation\n\nAdd this plugin to your project:\n\n```bash\n# Install using pnpm\npnpm install --save-dev tailwindcss-image-rendering\n\n# Install using npm\nnpm install --save-dev tailwindcss-image-rendering\n\n# Install using yarn\nyarn add -D tailwindcss-image-rendering\n```\n\n## Usage\n\n```js\n// tailwind.config.js\n{\n  theme: {},  // no options to configure\n  variants: { // all the following default to ['responsive']\n    imageRendering: ['responsive'],\n  },\n  plugins: [\n    require('tailwindcss-image-rendering')(), // no options to configure\n  ],\n}\n```\n\n```css\n.rendering-auto { image-rendering: auto; }\n.rendering-crisp-edges { image-rendering: crisp-edges; }\n.rendering-pixelated { image-rendering: pixelated; }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacknug%2Ftailwindcss-image-rendering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacknug%2Ftailwindcss-image-rendering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacknug%2Ftailwindcss-image-rendering/lists"}