react-svg-textures
react-svg-textures copied to clipboard
Textures.js ported to React. Fully isomorphic.
Results
2
react-svg-textures issues
Sort by
recently updated
recently updated
newest added
Trying to create a component with Paths ``` import React from 'react'; import { Paths } from 'react-svg-textures'; const Texture = () => ( ); export default Texture; ``` I...
```javascript import { Lines } from "react-svg-textures"; // ``` ``` ./src/mods/Lines.js 53:30-35 'react-svg-textures' does not contain an export named 'Lines'. ``` I also tried ```javascript import Textures from "react-svg-textures"; const...