Anuncios Libros Cursos Categorías

Scaling and cropping images with Canvas

30-09-2023 - Andrés Cruz

Scaling and cropping images with Canvas

With Canvas it is possible to scale and even crop images drawn on the canvas (in the Canvas) all with just one function called drawImage().


How to change the contrast of an image with HTML5?

26-09-2023 - Andrés Cruz

How to change the contrast of an image with HTML5?

En este artículo veremos cómo aumentar o reducir el contraste de una imagen con HTML5; además hablaremos un poco de como sería el proceso para aumentar el brillo de una imagen; que es un caso similar.


Draw a Line in Loop (cycle) with HTML5 Canvas

25-09-2023 - Andrés Cruz

Draw a Line in Loop (cycle) with HTML5 Canvas

In this article we will see how to draw a line in a Loop or cycle in HTML5; specifically, with the Canvas API.


Web workers to execute JavaScript in parallel

06-09-2023 - Andrés Cruz

Web workers to execute JavaScript in parallel

Web workers allow code sections of JavaScript files to be executed in parallel in a separate thread; In this entry we will see how to work with web workers.


Must-have plugins for alpine js

27-08-2023 - Andrés Cruz

Must-have plugins for alpine js

We are going to present some very interesting plugins that you can surely miss when using alpine.js in your projects.