From 65fa2fcc17b1cd328b6501499ed16d3a61744868 Mon Sep 17 00:00:00 2001 From: linsy king Date: Sat, 6 May 2023 17:28:39 +0800 Subject: [PATCH] fix --- src/Canvas/Video.elm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Canvas/Video.elm b/src/Canvas/Video.elm index 27b4f3f..2d24eab 100644 --- a/src/Canvas/Video.elm +++ b/src/Canvas/Video.elm @@ -5,13 +5,13 @@ module Canvas.Video exposing , dimensions ) -{-| This module exposes the types and functions to load and work with textures. +{-| This module exposes the types and functions to load and work with videos. -You can load textures by using `toHtmlWith`, and use them to draw with -`Canvas.texture`. +You can load videos by using `toHtmlWith`, and use them to draw with +`Canvas.video`. -# Loading Textures +# Loading Videos ## From an external source