https://github.com/samdenty/html-in-canvas-polyfill
HTML in canvas polyfill
https://github.com/samdenty/html-in-canvas-polyfill
Last synced: 28 days ago
JSON representation
HTML in canvas polyfill
- Host: GitHub
- URL: https://github.com/samdenty/html-in-canvas-polyfill
- Owner: samdenty
- Created: 2026-05-09T18:32:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-09T19:01:13.000Z (about 1 month ago)
- Last Synced: 2026-05-09T19:11:47.981Z (about 1 month ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `html-in-canvas-polyfill`
[](https://www.npmjs.com/package/html-in-canvas-polyfill)
[](https://www.npmjs.com/package/html-in-canvas-polyfill)
A lightweight polyfill for HTML in Canvas API.
## Installation
```bash
npm install html-in-canvas-polyfill
```
## Usage
```javascript
import 'html-in-canvas-polyfill';
```
## Credits
All credits go to [repalash/three-html-render](https://github.com/repalash/three-html-render).