File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"use strict" ;
22
33const AUTHOR_NAME = 'Nurudin Imširović' ;
4- const GITHUB_PROFILE = 'https://github.com/imshvc ' ;
5- const GITHUB_RELEASES_URL = 'https://github.com/imshvc /windows-cursors-modern/releases/' ;
4+ const GITHUB_PROFILE = 'https://github.com/nurudinimsirovic ' ;
5+ const GITHUB_RELEASES_URL = 'https://github.com/nurudinimsirovic /windows-cursors-modern/releases/' ;
66const CURSOR_THEME = 'Windows Modern Cursors' ;
77const CURSOR_DEFAULT_SIZE = 32 ;
88const CURSOR_FILETYPE = 'png' ;
9- const ASSETS_PATH = 'https://imshvc .github.io/windows-cursors-modern/assets/' ;
10- const ASSETS_PATH_STATIC = 'https://imshvc .github.io/windows-cursors-modern/assets/png/static/' ;
11- const ASSETS_PATH_ANIMATED = 'https://imshvc .github.io/windows-cursors-modern/assets/png/animated/' ;
12- const HOTSPOT_JSON_PATH = 'https://imshvc .github.io/windows-cursors-modern/assets/hotspot.json' ;
9+ const ASSETS_PATH = 'https://nurudinimsirovic .github.io/windows-cursors-modern/assets/' ;
10+ const ASSETS_PATH_STATIC = 'https://nurudinimsirovic .github.io/windows-cursors-modern/assets/png/static/' ;
11+ const ASSETS_PATH_ANIMATED = 'https://nurudinimsirovic .github.io/windows-cursors-modern/assets/png/animated/' ;
12+ const HOTSPOT_JSON_PATH = 'https://nurudinimsirovic .github.io/windows-cursors-modern/assets/hotspot.json' ;
1313const EOL = "\n" ;
You can’t perform that action at this time.
0 commit comments