logo hsb.horse
← Back to tag index

Tags

#canvas

Blog posts, snippets, and glossary entries related to "canvas", gathered in one place.

Entries 2
  1. Blog
    Implementing Image Processing with OffscreenCanvas and Web Workers

    How to process images with Web Workers and OffscreenCanvas without blocking the main thread. This article organizes a concrete WebP conversion example.

  2. Blog
    TypeScript implementation to generate images from HTMLVideoElement

    A TypeScript implementation that uses Canvas and VideoElement to extract the current frame of a video as an image. Organized the method of generating blobs based on promises.