bdebon / youtube-thumbnail-tester-chrome-extension

Test your thumbnails and title in the YouTube Homepage
MIT License
132 stars 27 forks source link

Thumbnail animation and folder structure #33

Closed Thomas-Philippot closed 6 months ago

Thomas-Philippot commented 3 years ago

Add bounce animation

triggers a 'bounce' animation whenever the user click on 'preview' button

File structure proposal

I changed the file structure with various directories, this might be useful in the future if a lots of content gets added

├── node_modules ├── src │ └── css │ ├── images │ └── js │ └── html ├── .gitignore ├──.eslintrc.json ├──README.md ├──package.json └── package-lock.json