juice-resources-promise

Simple helper function to convert juice.juiceResources into a Promise

MIT 2 个版本
安装
npm install juice-resources-promise
yarn add juice-resources-promise
pnpm add juice-resources-promise
bun add juice-resources-promise
README

juice-resources-promise

build status code coverage code style styled with prettier made with lass license

Simple helper function to convert juice.juiceResources into a Promise

Table of Contents

Install

npm:

npm install juice-resources-promise

yarn:

yarn add juice-resources-promise

Usage

const juiceResources = require('juice-resources-promise');

juiceResources(html, options).then(console.log).catch(console.error);

Contributors

Name Website
Nick Baugh http://niftylettuce.com/

License

MIT © Nick Baugh

版本列表
0.0.2 2017-10-22
0.0.1 2017-09-22