diff --git a/docs/basics/demos/image.demo.tsx b/docs/basics/demos/image.demo.tsx deleted file mode 100644 index 7a35c53..0000000 --- a/docs/basics/demos/image.demo.tsx +++ /dev/null @@ -1,6 +0,0 @@ -import type { Image } from 'image-js'; - -export default function ImageDemo(image: Image) { - const mask = image.invert(); - return mask; -} diff --git a/docs/basics/working-with-images.md b/docs/basics/working-with-images.md index 400ec15..6aea935 100644 --- a/docs/basics/working-with-images.md +++ b/docs/basics/working-with-images.md @@ -1,15 +1,9 @@ -import ImageDemo from './demos/image.demo.tsx' - # Working with Images - - ### What is an Image? In the context of digital technology and computing, images are represented as a grid of pixels, with each pixel containing information about color and intensity. - - ### Types of images supported by ImagesJS - Currently ImageJS supports images with these characteristics: