一笔画寻路算法 npm i -s tuluimport tulu from 'tulu'; // 1 for start point // 0 for road // -1 for stone tulu([[1, 0]]) // -> [[1, 2]]