# labs **Repository Path**: mirrors_ckeditor/labs ## Basic Information - **Project Name**: labs - **Description**: A place for various experiments, sample code showcased in blog posts and so on. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CKEditor Labs This is a development playground for [CKEditor](https://ckeditor.com/) developers to use for various experiments and sample code showcased in blog posts. Feel free to have a look around and use the code published here for your own experiments. **Note:** There is no guarantee that the code from this repository works or can be used in a production environment. ## Projects The following projects can be found in this repository: * [`clipboar`](https://github.com/ckeditor/labs/tree/master/clipboar) :boar: – A simple library for handling pasting and dropping content into a web page. * [`shape detection API demo`](https://github.com/ckeditor/labs/tree/master/docs/shape-detection-api) – Demo for `Shape Detection API` [article](https://ckeditor.com/blog/How-to-detect-human-faces-and-other-shapes-in-JavaScript/).