MTG / essentia.js

JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
https://essentia.upf.edu/essentiajs
GNU Affero General Public License v3.0
627 stars 41 forks source link

change opening tag from canvas to div #110

Open a-sumo opened 1 year ago

jmarcosfer commented 1 year ago

Thanks for the suggestion @a-sumo.

First, please submit your PRs to the dev branch instead of master.

From what I can see we don't need to convert the canvas element into a div. Instead, the canvas element needs a closing tag and then we need a newline at L52 and correct the indentation of the closing div tags.