1.0.7 • Published 1 year ago

bitlogo v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Bit Logo

A React component for generating random logos with animated colors.

Installation

npm install bitlogo

Example Usage

import React from 'react';
import { BitLogo } from 'bitlogo';
function App() {
  return (
    <div>
      <BitLogo penSize={10} canvasSize={64} colorList={['#f5ffc6ff', '#b4e1ffff', '#ab87ffff']} animationSpeed={1000} />
    </div>
  );
}
export default App;

Props

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago