Initial commit — Pokemon Doors Randomiser
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import creator from "./creator.js";
|
||||
import select from "./select.js";
|
||||
|
||||
export default function(name) {
|
||||
return select(creator(name).call(document.documentElement));
|
||||
}
|
||||
Reference in New Issue
Block a user