{"id":21448964,"url":"https://github.com/stackcss/sheetify-inline","last_synced_at":"2025-07-14T20:31:29.508Z","repository":{"id":57358215,"uuid":"106527032","full_name":"stackcss/sheetify-inline","owner":"stackcss","description":"a plugin transforms img to base64 for sheetify","archived":false,"fork":false,"pushed_at":"2018-05-11T01:37:06.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T13:40:48.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/stackcss.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}},"created_at":"2017-10-11T08:31:02.000Z","updated_at":"2019-01-16T15:06:54.000Z","dependencies_parsed_at":"2022-09-06T22:21:28.616Z","dependency_job_id":null,"html_url":"https://github.com/stackcss/sheetify-inline","commit_stats":null,"previous_names":["zhouhansen/sheetify-inline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackcss/sheetify-inline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-inline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-inline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-inline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-inline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackcss","download_url":"https://codeload.github.com/stackcss/sheetify-inline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-inline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265344830,"owners_count":23750566,"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-11-23T03:17:41.421Z","updated_at":"2025-07-14T20:31:29.234Z","avatar_url":"https://github.com/stackcss.png","language":"JavaScript","readme":"# sheetify-inline [![stability][0]][1]\n [![npm version][2]][3] [![downloads][4]][5]\n ![travis build][6]\n\nPlugin transforms img to base64 for sheetify\n\nworks with async functions (node 7.6+)\n\n## Example\n\nbefore:\n\n```css\ndiv{\n  background: url('test.png')\n}\n```\n\nafter:\n\n```css\ndiv{\n  background: url('data:image/png;base64,iVBORw0KGgoAAA...')\n}\n\n```\n\n## Test\n\n`npm test`\n\n## Command line\n```sh\n$ browserify entry.js -t [ sheetify/transform -t sheetify-inline ]\n```\n\n## JS api\n```js\nconst browserify = require('browserify')\n\nbrowserify()\n .transform('sheetify/transform', { transform: [ 'sheetify-inline' ] })\n .bundle()\n```\n\n## Installation\n```sh\n$ npm install sheetify-inline\n```\n\n## License\n[MIT](https://tldrlegal.com/license/mit-license)\n\n[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square\n[1]: https://nodejs.org/api/documentation.html#documentation_stability_index\n[2]: https://img.shields.io/npm/v/sheetify-inline.svg?style=flat-square\n[3]: https://npmjs.org/package/sheetify-inline\n[4]: http://img.shields.io/npm/dm/sheetify-inline.svg?style=flat-square\n[5]: https://npmjs.org/package/sheetify-inline\n[6]: https://travis-ci.org/stackcss/sheetify-inline.svg?branch=master\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackcss%2Fsheetify-inline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackcss%2Fsheetify-inline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackcss%2Fsheetify-inline/lists"}