UNPKG

react-svg-camera

Version:

React component to zoom and scroll an svg element

18 lines (16 loc) 293 B
// This is the webpack config for tests. // See webpack.config.js for the webpack config for bundling. module.exports = { module: { loaders: [ { test: /\.js$/, loaders: ['babel'], exclude: /node_modules/ } ] }, node: { fs: 'empty' } };