mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 13:54:01 +01:00
refactor: remove infinite canvas module and related components
- Deleted the `useImagePreloader` composable and its associated types. - Removed the `useInfiniteCanvas` composable along with its types and constants. - Eliminated the `index.ts` file for the infinite canvas module. - Removed utility functions related to touch and video handling. - Deleted the screenshots module and its functionality. - Updated package.json to remove `capture-website` dependency. - Added new images for documentation purposes.
This commit is contained in:
@@ -14,7 +14,7 @@ While it's still fresh in my mind, I wanted to document how this version of the
|
||||
|
||||
::prose-img
|
||||
---
|
||||
src: /writings/website-work/website.png
|
||||
src: /writings/how-my-website-works/website.png
|
||||
label: Website
|
||||
caption: Website screenshot
|
||||
---
|
||||
@@ -70,7 +70,7 @@ Nuxt UI aims to provide everything you need for the UI when building a Nuxt app,
|
||||
|
||||
::prose-img
|
||||
---
|
||||
src: /writings/website-work/nuxt-hub.png
|
||||
src: /writings/how-my-website-works/nuxt-hub.png
|
||||
label: NuxtHub
|
||||
caption: NuxtHub screenshot
|
||||
---
|
||||
@@ -94,7 +94,7 @@ One word : `If you know SQL — you know Drizzle.`
|
||||
|
||||
::prose-img
|
||||
---
|
||||
src: /writings/website-work/nuxt-studio.png
|
||||
src: /writings/how-my-website-works/nuxt-studio.png
|
||||
label: Nuxt Studio
|
||||
caption: Nuxt Studio screenshot
|
||||
---
|
||||
|
||||
@@ -37,7 +37,7 @@ To start, it is important to understand the three main categories of machine lea
|
||||
|
||||
::prose-img
|
||||
---
|
||||
src: /writings/ML/types.png
|
||||
src: /writings/what-is-machine-learning/types.png
|
||||
label: ML Model Types
|
||||
caption: The different types of machine learning models
|
||||
---
|
||||
@@ -79,7 +79,7 @@ A machine learning project generally follows these steps:
|
||||
|
||||
::prose-img
|
||||
---
|
||||
src: /writings/ML/model.png
|
||||
src: /writings/what-is-machine-learning/model.png
|
||||
label: Modelization in Progress
|
||||
caption: Modelization in Progress
|
||||
---
|
||||
@@ -100,7 +100,7 @@ A $$R^2$$ close to 1 indicates a good fit.
|
||||
|
||||
::prose-img
|
||||
---
|
||||
src: /writings/ML/r2.png
|
||||
src: /writings/what-is-machine-learning/r2.png
|
||||
label: R² Score
|
||||
caption: R² Score
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user