juice icon indicating copy to clipboard operation
juice copied to clipboard

why cannot get any methods except 'juice'

Open tanglu123 opened this issue 4 years ago • 0 comments

npm i juice --save

import juice from 'juice'; console.log(juice); // ƒ (html,options) console.log(juice.juiceFile); // undefined console.log(juice.juiceResources); // undefined

tanglu123 avatar Feb 28 '22 02:02 tanglu123