Standardize documentation across all *.tsx files
- Add file-level JSDoc comments to components that were missing them - Ensure consistent documentation format across all components - Improve code maintainability and readability
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/**
|
||||
* @file RoundImage.tsx
|
||||
* @description Component that provides functionality to create circular or rounded images
|
||||
* in PowerPoint presentations. This tool creates a mask shape that can be used with
|
||||
* PowerPoint's built-in shape intersection feature to crop images into a circular shape.
|
||||
*/
|
||||
|
||||
import * as React from "react";
|
||||
import { CircleRegular } from "@fluentui/react-icons";
|
||||
import { useStatusContext } from "./App";
|
||||
|
||||
Reference in New Issue
Block a user