69.2.1 • Published 6 years ago

karl.svg v69.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

karl.svg

This is my own "logo" as a SVG React component, both static and animated with react-spring

Install

npm install --save karl.svg

Usage

import React, { Component } from 'react';

import KarlLogo from 'karl.svg';

class Example extends Component {
  render() {
    return (
      <div>
        <KarlLogo.Normal />
        <KarlLogo.Animated />
      </div>
    );
  }
}

License

MIT © karl-run

69.2.1

6 years ago

69.2.0

6 years ago

69.1.0

6 years ago

69.0.1

6 years ago

69.0.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago