UNPKG
axolemma
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
A tool to procedurally generate areas compatible with the Ranvier MUD engine.
axolemma
/
examples
/
template-areas
/
json
/
example.js
7 lines
(5 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
axolemma =
require
(
'../../../index.js'
)
const
generated = axolemma.
generate
(
// Should pull in config from .axolemmaconfig.js
)
console
.
log
(generated)