Easily Convert Imports To Require Online

We all know its 2022 and we should be converting our requires to imports however there are multiple frameworks that are still using require statements and we want to port some imports. Whatever your reason might be to convert imports to require, the following util will help.

Add 'import' statements here
View 'require' statements here
Instructions
1. Copy and paste your import statements into the left box
2. Click the 'Convert' button
3. Copy and paste the require statements into your file