0.0.5 • Published 8 months ago

easy-import-imgs v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Easy Import

To easily and quickly import files into the React project

-> Import all the photos in the project by just doing 3 steps

Description

Step 1 : Install Package

  npm run test

Step 2 : Add the command to run to the Package.json file

"easy-import" : "node ./node_modules/easy-import-assets/index.js"

Logo

Step 3 : Enter the following command in the terminal and all the files in the src/assets/imgs folder will be imported easily

‍‍‍npm run easy-import

Logo A file called index.js is created in the src/assets/imgs, which imports all the files in the folder

You can access all the files in the folder by importing object imgs from the src/assets/imgsindex.js file

0.0.5

8 months ago

0.0.3

8 months ago