An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `html-in-canvas-polyfill`

[![npm version](https://img.shields.io/npm/v/html-in-canvas-polyfill.svg?style=flat-square)](https://www.npmjs.com/package/html-in-canvas-polyfill)
[![npm downloads](https://img.shields.io/npm/dm/html-in-canvas-polyfill.svg?style=flat-square)](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).