Codraft/core
@codraft/canvas
๋ก ์์ฑํ ์ฝ๋๋ฅผ ์คํํ์ธ์. ๋ธ๋ผ์ฐ์ ์ Node.js ๋ชจ๋ ํ๊ฒฝ์์ ๋์ํฉ๋๋ค.
์ค์น
npm install @codraft/core
์ฌ์ฉ๋ฒ
@codraft/core
์ ์คํํ๊ธฐ ์ํด์ ๋ ๊ฐ์ง ์ ๋ณด๊ฐ ํ์ํฉ๋๋ค.
๋ช
๋ น์ด
์ฌ์ฉ๋ ๋ชจ๋ ๋ช
๋ น์ด๊ฐ ํ์ํฉ๋๋ค.
์ ์ฅ ๋ฐ์ดํฐ
@codraft/canvas
์์ save
ํจ์๋ก ์ป์ด์ฌ ์ ์์ต๋๋ค.
import { Runner } from '@codraft/core'
const runner = new Runner(eventCommands, conditionCommands, actionCommands, saveData)
runner.init()