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
- Host: GitHub
- URL: https://github.com/imyelo/document-title
- Owner: imyelo
- Created: 2016-05-09T09:05:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T09:35:32.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T03:51:13.184Z (over 1 year ago)
- Topics: document-title, wechat
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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