File: src/react-svg-components.js

Recommend this page to a friend!
  Classes of Manolo Salsas   React JS SVG Library   src/react-svg-components.js   Download  
File: src/react-svg-components.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: React JS SVG Library
Generate animated graphics in SVG using React JS
Author: By
Last change: Update of src/react-svg-components.js
Date: 2 years ago
Size: 132 bytes
 

Contents

Class file image Download
import Arc from './Arc.js'; import Line from './Line.js'; import Rectangle from './Rectangle.js'; export { Arc, Line, Rectangle };