It help to create diffrent suduko board as an array
npm install --save suduko-generator
Generate 9*9 suduko as different diffculty level. grid is the grid have to shown on screen with 0 presenting empty. solution is complete solution.
const {grid , solution} = createBoard('Easy')
console.log(grid)
console.log(solution)
MIT © moneebarif1