1.0.7 • Published 2 years ago

bitlogo v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago