liviucotfas / ase-multimedia

:video_game: Suport de curs și seminar pentru disciplina Multimedia
19 stars 4 forks source link

Remove jQuery references in Lab 03. Graphics.2D - Raster #11

Open erkovacs opened 1 year ago

erkovacs commented 1 year ago

The dependence on jQuery should be removed as it is bound to confuse students.

Location: tutorial for Lab 03. Graphics.2D - Raster, Assignment 4 step 11. Can easily be refactored to vanilla JavaScript

In this case also remove reference to library in header in step 4.

liviucotfas commented 1 year ago

Note: The source code corresponding to this example is in the "code-examples/canvas-image-editor" folder. It has already been refactored in order to use vanilla javaScript and classes. When possible, the steps in the "Tutorial for Lab 03. Graphics.2D - Raster, Assignment 4 step 11" could be updated in order to match the refactored version of the sample.