项目作者: afeiship

项目描述 :
SlateJS paragraph plugin.
高级语言: JavaScript
项目地址: git://github.com/afeiship/slate-plugin-paragraph.git
创建时间: 2021-02-08T16:32:53Z
项目社区:https://github.com/afeiship/slate-plugin-paragraph

开源协议:MIT License

下载


url2file

Make url to local file.

@jswork/url2file"">version
license
size
@jswork/url2file"">download

installation

  1. npm install @jswork/url2file

usage

  1. import url2file from '@jswork/url2file';
  2. url2file([
  3. 'https://fasimi.com/',
  4. 'https://fasimi.com/filters/series.html',
  5. 'https://fasimi.com/filters/movie.html'
  6. ], {
  7. dst: '.tmp',
  8. header: ['<!---abc --->'].join('\n'),
  9. footer: ['\n<!--footer-->'].join('\n')
  10. });

license

Code released under the MIT license.