UNPKG

agentscript

Version:

AgentScript Model in Model/View architecture

8 lines (6 loc) 176 B
export default function TwoDrawOptions(div, model, patchSize = 20) { const drawOptions = { // use the defaults. } return { div, patchSize, drawOptions } }