{"_id":"@9am/bitmap-text","name":"@9am/bitmap-text","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@9am/bitmap-text","version":"0.0.1","description":"A simple Web Component convert its textContent to bitmap pixel font.","keywords":["web component","custom element","bitmap","pixel","font","grid"],"type":"module","module":"./dist/index.es.js","main":"./dist/index.umd.js","exports":{".":{"import":"./dist/index.es.js","require":"./dist/index.umd.js","default":"./dist/index.min.js"}},"scripts":{"dev":"vite --open","build":"vite build","prettier":"prettier --check ."},"devDependencies":{"prettier":"^2.8.8","vite":"^4.5.0","vite-plugin-banner":"^0.7.1"},"author":{"name":"9am","email":"tech.9am@gmail.com","url":"https://9am.github.io/"},"repository":{"type":"git","url":"git+https://github.com/9am/bitmap-text.git"},"homepage":"https://9am.github.io/bitmap-text/","private":false,"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"license":"MIT","gitHead":"307d60ad2afeed6dbfbd80e262b8d7618bbbafa6","bugs":{"url":"https://github.com/9am/bitmap-text/issues"},"_id":"@9am/bitmap-text@0.0.1","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"integrity":"sha512-VEeQ0uiH29GHs48vkUNUYU2x1+a/Rs6/hmCBX3Vt98clgNBoJ/QARsqp6B50XRwEA7q72C3DzzTC4q14UxfXWw==","shasum":"1c81f38a44f25b8d56a60d76546adfc70502e0f0","tarball":"https://registry.npmjs.org/@9am/bitmap-text/-/bitmap-text-0.0.1.tgz","fileCount":6,"unpackedSize":21277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDnC28TKwbX0qrPG9cNOUJSp8C4B5WssRQsIhqCxTAmrAiEAwK/hCrAz8VbwHx/bUrFr3yuM3FD6bW9+DEuYI0oG+wo="}]},"_npmUser":{"name":"9am","email":"gbgogb@gmail.com"},"directories":{},"maintainers":[{"name":"9am","email":"gbgogb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bitmap-text_0.0.1_1713429004952_0.8565254621374754"},"_hasShrinkwrap":false}},"time":{"created":"2024-04-18T08:30:04.775Z","0.0.1":"2024-04-18T08:30:05.100Z","modified":"2024-04-18T08:30:05.404Z"},"maintainers":[{"name":"9am","email":"gbgogb@gmail.com"}],"description":"A simple Web Component convert its textContent to bitmap pixel font.","homepage":"https://9am.github.io/bitmap-text/","keywords":["web component","custom element","bitmap","pixel","font","grid"],"repository":{"type":"git","url":"git+https://github.com/9am/bitmap-text.git"},"author":{"name":"9am","email":"tech.9am@gmail.com","url":"https://9am.github.io/"},"bugs":{"url":"https://github.com/9am/bitmap-text/issues"},"license":"MIT","readme":"<div align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/9am/bitmap-text/main/logo.svg\" alt=\"bitmap-text-logo\" width=\"140\" height=\"140\" />\n    <h1>&lt;bitmap-text&gt;</h1>\n\t<p>A simple Web Component convert its textContent to bitmap pixel font.</p>\n    <p>\n        <a href=\"https://github.com/9am/bitmap-text/blob/main/LICENSE\">\n            <img alt=\"GitHub\" src=\"https://img.shields.io/github/license/9am/bitmap-text?style=flat-square&color=success\">\n        </a>\n        <a href=\"https://www.npmjs.com/package/@9am/bitmap-text\">\n            <img alt=\"npm\" src=\"https://img.shields.io/npm/v/@9am/bitmap-text?style=flat-square&color=orange\">\n        </a>\n        <a href=\"https://www.npmjs.com/package/@9am/bitmap-text\">\n            <img alt=\"npm\" src=\"https://img.shields.io/npm/dt/@9am/bitmap-text?style=flat-square&color=blue\">\n        </a>\n        <a href=\"https://bundlephobia.com/package/@9am/bitmap-text@latest\">\n            <img alt=\"npm bundle size\" src=\"https://img.shields.io/bundlephobia/minzip/@9am/bitmap-text?style=flat-square\">\n        </a>\n    </p>\n</div>\n\n## Demo\n\nGo to the [Home page](https://9am.github.io/bitmap-text/).\n\n## Usage\n\nInclude via CDN(e.g. unpkg) or Download a copy\n\n```html\n<script src=\"https://unpkg.com/@9am/bitmap-text/dist/index.min.js\"></script>\n\n<bitmap-text>\n    abcdefghijklmnopqrstuvwxyz\n    ABCDEFGHIJKLMNOPQRSTUVWXYZ\n    1234567890\n</bitmap-text>\n```\n\n<details>\n    <summary>Or import the ESM version</summary>\n\n```html\n<script type=\"module\">\n    import 'https://unpkg.com/@9am/bitmap-text/dist/index.es.js';\n</script>\n```\n\n</details>\n\n<details>\n    <summary>Or install via npm</summary>\n\n```sh\nnpm install @9am/bitmap-text\n```\n\n</details>\n\n## Documentation\n\nTBD\n\n## License\n[MIT](LICENSE)\n","readmeFilename":"README.md"}