Scrabble points and nr of tiles for each letter.
Taken from the official Scrabble FAQ.
npm install scrabble-lettersconst letters = require('scrabble-letters')
console.log(letters.G) // {points: 2, tiles: 3}
console.log(letters[' ']) // {points: null, tiles: 2}If you have a question or need support using scrabble-letters, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use the issues page.