Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 396 Bytes

@dotbit/plugin-avatar

QuickStart

import { createInstance } from 'dotbit'
import { BitPluginAvatar } from '@dotbit/plugin-avatar'

const dotbit = createInstance()

dotbit.installPlugin(new BitPluginAvatar())

dotbit.avatar('imac.bit').then(console.log) // { url: 'https://thiscatdoesnotexist.com' }

License

MIT License (including all dependencies).