Skip to content

Commit

Permalink
Add KLE Class
Browse files Browse the repository at this point in the history
  • Loading branch information
l0go committed Dec 19, 2023
1 parent 5920d9b commit 817139d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/keyson/KLE.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package keyson;

class KLE {
// Converts a json string from Keyboard Layout Editor to Keyson's object format
public function toKeyson(string: String): Keyson {}

// Converts a Keyson object to a Keyboard Layout Editor json
public function fromKeyson(keyson: Keyson) {}
}

0 comments on commit 817139d

Please sign in to comment.