JavaScriptPerform text-to-speech using JavaScript. Things I want to do It seems that JavaScript can be used to create a text-to-speech function, so I'll give it a try....2024.09.252026.03.15JavaScript
JavaScriptUsing a class imported with the import function (JavaScript) Things I want to do When you want to load a module in Dynamic, you load it using an import function instead of an im...2024.09.242026.03.15JavaScript
JavaScriptBat for creating a Vite project Notice This article is outdated, and the Vite project structure is different from what it is today. I recommend c...2024.08.092026.03.15JavaScript
JavaScriptWebpack is difficult, so I bundle it with Vite. Things I want to do We will bundle it using Vite. Bundling is the process of combining multiple JavaScript files ...2024.08.072026.03.15JavaScript
JavaScriptHow to set the size of the canvas tag and the differences in its behavior (JavaScript) Things I want to do The canvas tag can be sized in two ways, and while they look the same, their behavior differs wh...2023.05.202026.03.15JavaScript