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 supported. This note will be visible to only 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. wildtype-theme wildtype-theme Public

    Wildtype is a dark theme with calm, earthy colors contrasted with deep, dark blues.

  3. secretspring secretspring Public

    Slip into the cool waters of this dark VS Code 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)];