An open API service indexing awesome lists of open source software.

https://github.com/karl-run/karl.svg

A SVG logo animated with react-spring
https://github.com/karl-run/karl.svg

Last synced: 2 months ago
JSON representation

A SVG logo animated with react-spring

Awesome Lists containing this project

README

        

# karl.svg

This is my own "logo" as a SVG React component, both static and animated with [react-spring](https://github.com/drcmda/react-spring)

## Install

```bash
npm install --save karl.svg
```

## Usage

```jsx
import React, { Component } from 'react';

import KarlLogo from 'karl.svg';

class Example extends Component {
render() {
return (





);
}
}
```

## License

MIT © [karl-run](https://github.com/karl-run)