Skip to content

Commit

Permalink
Merge pull request #46 from ssi02014/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ssi02014 authored Jul 7, 2023
2 parents 37dacfc + 150c1d0 commit f383526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ npm install react-thumbnail-generator next-transpile-modules
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: ["react-step-parallax"],
transpilePackages: ["react-thumbnail-generator"], // (*)
};

module.exports = nextConfig;
Expand Down Expand Up @@ -234,13 +234,6 @@ const App = () => {
}
```

<br />

### Result Screen 🖥️
- The current UI is different from the image below 🙏

<img src="https://user-images.githubusercontent.com/64779472/220677341-7b6c062f-f0f6-49dd-8bcd-b402b61660ea.png" width="450">

<br />
<br />

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-thumbnail-generator",
"version": "3.0.1",
"version": "3.0.2",
"description": "react-thumbnail-generator",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit f383526

Please sign in to comment.