Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

codepening

taugocauci2MIT0.0.1

!@$%^&%$@

readme

codepening

!@$%^&%$@

Usage:

const token = await login({
  account: 'xxxxx@xmail.com',
  password: 'xxxxxxxxxxxxxx'
})
const save = saveNeedToken(token)
const result = await save({
  title: 'helloworld',
  html: '<div>helloworld!</div>'
})