https://github.com/cloudinary-devs/react-dropshadow
Example of using background removal and drop shadow in a react app
https://github.com/cloudinary-devs/react-dropshadow
Last synced: about 1 year ago
JSON representation
Example of using background removal and drop shadow in a react app
- Host: GitHub
- URL: https://github.com/cloudinary-devs/react-dropshadow
- Owner: cloudinary-devs
- Created: 2023-03-01T16:54:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T13:39:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T16:32:05.812Z (over 1 year ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-dropshadow
Example of using background removal and drop shadow in a React app.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
To learn about background removal with Cloudinary, see [Cloudinary AI Background Removal](https://cloudinary.com/documentation/cloudinary_ai_background_removal_addon).
To learn about the dropshadow effect, see [Image effects and enhancements](https://cloudinary.com/documentation/effects_and_artistic_enhancements#dropshadow_effect)