vue3-bigheads

0.1.1 • Public • Published

Easily generate avatars for your projects with Big Heads.

This is the Vue3 port by @Jamie932 of the Vue2 version by @DerpyScripts of the original Big Heads library by @RobertBroersma (https://bigheads.io).

Installation

yarn add vue3-bigheads

or

npm install vue3-bigheads --save

then, in your app you can import globally:

Import globally

import Vue from "vue";
import BigHead from "vue3-bigheads";

Vue.use(BigHead);

or import locally:

import { BigHead } from 'vue3-bigheads';

export default {
  components: {
    BigHead,
  },
};

Usage

Please follow the original instructions in the Vue2 version.

Readme

Keywords

none

Package Sidebar

Install

npm i vue3-bigheads

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

351 kB

Total Files

95

Last publish

Collaborators

  • jamie932