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

https://github.com/imyelo/document-title

Set the document title, compatible with Wechat
https://github.com/imyelo/document-title

document-title wechat

Last synced: about 1 year ago
JSON representation

Set the document title, compatible with Wechat

Awesome Lists containing this project

README

          

# @yelo/document-title
> Set the document title

inspired by [mishe](https://github.com/mishe/blog/issues/57)

## Install
```
npm i --save @yelo/document-title
```

## Usage
```
var title = require('@yelo/document-title');

title('Hey Wechat');
```

## API
### title.source(src)
change the iframe src
```
title.source('/test.png');
```

## Example
[https://imyelo.github.io/document-title/](https://imyelo.github.io/document-title/)

## License
THe MIT License