0.0.1 • Published 2 years ago

@dotbit/plugin-avatar v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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).