mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Update docs a bunch, fix some typos
This commit is contained in:
+1
-1
@@ -952,7 +952,7 @@ export const simplifyRational = (rational: Rational): Rational => {
|
||||
* @public
|
||||
*/
|
||||
export type Rectangle = {
|
||||
/** The distance in pixels to the left edge of the rectangle . */
|
||||
/** The distance in pixels to the left edge of the rectangle. */
|
||||
left: number;
|
||||
/** The distance in pixels to the top edge of the rectangle. */
|
||||
top: number;
|
||||
|
||||
Reference in New Issue
Block a user