Thanks to visit codestin.com
Credit goes to github.com

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)];