/document-title

Set the document title, compatible with Wechat

Primary LanguageJavaScript

@yelo/document-title

Set the document title

inspired by mishe

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/

License

THe MIT License