From b42b4725ff8c234ae674862e776a39b8d8c2bbdf Mon Sep 17 00:00:00 2001 From: Thorben <2708231+eaCe@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:27:25 +0100 Subject: [PATCH] chore: update readme --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41d501c..cb21c64 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ You may pass an array of values as the first argument. ### `$log()` +Write a message to the console. + ```html
@@ -35,6 +37,8 @@ You may pass an array of values as the first argument. ### `$warn()` +Write a warning message to the console. + ```html
@@ -43,6 +47,8 @@ You may pass an array of values as the first argument. ### `$error()` +Write an error message to the console. + ```html
@@ -51,6 +57,8 @@ You may pass an array of values as the first argument. ### `$info()` +Write an informational message to the console. + ```html
@@ -59,6 +67,8 @@ You may pass an array of values as the first argument. ### `$table()` +Writes a table in the console view. + ```html
@@ -67,6 +77,8 @@ You may pass an array of values as the first argument. ### `$clear()` +Clears the console. + ```html
@@ -75,6 +87,8 @@ You may pass an array of values as the first argument. ### `$group()` and `$groupEnd()` +Creates a new group in the console view. + ```html
@@ -85,6 +99,8 @@ You may pass an array of values as the first argument. ### `$width` and `$width()` +Get or set the width of an element. + ```html
@@ -92,6 +108,8 @@ You may pass an array of values as the first argument. ### `$height` and `$height()` +Get or set the height of an element. + ```html
@@ -101,6 +119,8 @@ You may pass an array of values as the first argument. ### `$offset().top` and `$offset().left` +Get the offset of an element. + ```html
@@ -110,13 +130,16 @@ You may pass an array of values as the first argument. ### `$hasClass()` +Checks if an element has a class. + ```html
``` ### `$trim()` +Trims whitespace from the beginning and end of a string. + ```html
``` - \ No newline at end of file