mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-05 17:14:34 -04:00
📚 JSDoc format
This commit is contained in:
parent
ca5de2023f
commit
7d7d419806
3 changed files with 2 additions and 3 deletions
|
@ -43,7 +43,9 @@ export class BitmapsGenerator {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param inputs `BitmapsGenerator` Class's object arguments.
|
* @param inputs `BitmapsGenerator` Class's object arguments.
|
||||||
|
*
|
||||||
* @param themeName name of the bitmaps directory.
|
* @param themeName name of the bitmaps directory.
|
||||||
|
*
|
||||||
* @param bitmapsDir `absolute` or `relative` path, Where cursors `.png` files generated.
|
* @param bitmapsDir `absolute` or `relative` path, Where cursors `.png` files generated.
|
||||||
*/
|
*/
|
||||||
constructor(
|
constructor(
|
||||||
|
|
|
@ -44,7 +44,6 @@ export default class ColoredSvgGenerator {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Generate `static` cursors .svg file according to `Theme Colors`.
|
* Generate `static` cursors .svg file according to `Theme Colors`.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public getColoredStaticCursors(): Cursors {
|
public getColoredStaticCursors(): Cursors {
|
||||||
const cursors: Cursors = {};
|
const cursors: Cursors = {};
|
||||||
|
@ -68,7 +67,6 @@ export default class ColoredSvgGenerator {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Generate `animated` cursors .svg file according to `Theme Colors`.
|
* Generate `animated` cursors .svg file according to `Theme Colors`.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public getColoredAnimatedCursors(): Cursors {
|
public getColoredAnimatedCursors(): Cursors {
|
||||||
const cursors: Cursors = {};
|
const cursors: Cursors = {};
|
||||||
|
|
|
@ -37,7 +37,6 @@ export default class SvgDirectoryParser {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Return all animated cursors absolute paths from `svgDir/animated` directory.
|
* Return all animated cursors absolute paths from `svgDir/animated` directory.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue