1.0.2 • Published 4 years ago
dynamicimage v1.0.2
dynamicimage
a library to dynamically import images from path
Install
npm install --save dynamicimage
Usage
import React from 'react'
import Img from 'dynamicimage'
const App = () => {
return (
<>
<Img src='/img/face.png' />
</>
)
}
export default App
License
MIT © sw2x-Developer