Skip to content
View wtype's full-sized avatar
🌦️
🌦️

Organizations

@wildtype-studio

Block or report wtype

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. speech-recognition speech-recognition Public

    🤖💬 TensorFlow.js audio recognition using transfer learning. In-browser.

    JavaScript 2 1

  2. wildflower wildflower Public

    A warm and bold light theme

  3. Superbloom Superbloom Public

    Superbloom Terminal theme

  4. Generate a random cook emoji of all ... Generate a random cook emoji of all skin tones and people types.
    1
    const cook = (() => {
    2
      const tones = ['🏻', '🏼', '🏽', '🏾', '🏿'];
    3
      const people = ['🧑', '👩', '👨'];
    4
      return () => {
    5
        const randomTone = tones[Math.floor(Math.random() * tones.length)];