Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taitems/react-konva-helpers
https://github.com/taitems/react-konva-helpers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/taitems/react-konva-helpers
- Owner: taitems
- Created: 2020-11-13T05:38:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T21:40:09.000Z (about 4 years ago)
- Last Synced: 2024-11-14T16:17:10.361Z (about 2 months ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# react-konva-helpers
## ``
Apply a circular mask to an image.
Use how you would a normal image, first you must use-image.```javascript
import { CircleImage } from "react-konva-helpers";
import useImage from 'use-image';
const [src] = useImage('path/to/file');// Inside etc.
//
```
## ``
Use an SVG like an icon font. Provide the raw XML and a fill color.```javascript
import { SvgIcon } from "react-konva-helpers";
const GithubForkIcon = ` etc.//
```