antiboredom / p5.vscode

A VS Code extension to generate new p5.js project files.
Other
52 stars 15 forks source link

Url provided for p5.easycam contributed library is incorrect. #61

Closed mpslanker closed 7 months ago

mpslanker commented 7 months ago

I was attempting to use the p5.easycam library and installed it using p5.vscode. It appears that the install url is not pointed at teh raw github link. The following line in libraries.json here: https://github.com/mpslanker/p5.vscode/blob/95ac3406b92d07f644a84e3b548a1fa0327ad357/src/libraries.json#L234

should be "https://raw.githubusercontent.com/freshfork/p5.EasyCam/master/p5.easycam.min.js"