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

https://github.com/donejs/done-reattachment


https://github.com/donejs/done-reattachment

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# done-reattachment

[![Build Status](https://travis-ci.org//done-reattachment.svg?branch=master)](https://travis-ci.org//done-reattachment)

## Usage

### ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

```js
import plugin from 'done-reattachment';
```

### CommonJS use

Use `require` to load `done-reattachment` and everything else
needed to create a template that uses `done-reattachment`:

```js
var plugin = require("done-reattachment");
```

### Standalone use

Load the `global` version of the plugin:

```html

```