Skip to content

Commit a33b5d8

Browse files
2 file edited
1 parent c2e1633 commit a33b5d8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

core/Movement-library.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
This file is part of the Movement-library.js library by Croc-Prog-github, available at: https://github.com/Croc-Prog-github/Movement-library.js
3+
Under the MIT License
4+
*/
15
class MoverJS {
26
constructor(element) {
37
this.element = element;

core/Movement-library.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
This file is part of the Movement-library.js library by Croc-Prog-github, available at: https://github.com/Croc-Prog-github/Movement-library.js
3+
Under the MIT License
4+
*/
15
class MoverTS {
26
public element: HTMLElement;
37

0 commit comments

Comments
 (0)