Codin ;)
Learning is my greatest passion. It's dictated nearly every decision I've ever made.
- Chicago
Highlights
- Pro
Pinned Loading
-
smodin-io/fast-text-language-detection
smodin-io/fast-text-language-detection Public -
react-sagas-with-hooks-pokemon-sample-app
react-sagas-with-hooks-pokemon-sample-app Public -
amclin/react-project-boilerplate
amclin/react-project-boilerplate Public archiveBoilerplate React project incorporating NextJS, CICD pipelines, unit testing, quality gates, and code styling. It is useful for ensuring consistent working environments across multiple different ap…
-
useTesseract Hook
useTesseract Hook 1import { useState, useEffect } from 'react'
2import { createWorker } from 'tesseract.js'
34export default function useTesseract({ tesseractLanguage = 'eng', log = false }) {
5const [tesseractWorker, setTesseractWorker] = useState(null)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.