ゆう's Blog
CentOS Stream 10 : Node.js + opentype.js( text→path )

① Node.js をインストール

sudo dnf install nodejs

バージョン確認

node -v npm -v

② opentype.js の導入(npm)

Web サーバーの任意のディレクトリで:

npm init -y npm install opentype.js