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
- Host: GitHub
- URL: https://github.com/karl-run/karl.svg
- Owner: karl-run
- Created: 2018-07-30T20:40:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T16:30:49.000Z (almost 7 years ago)
- Last Synced: 2025-03-13T03:49:10.857Z (3 months ago)
- Language: JavaScript
- Homepage: https://karl.run
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)