Skip to content
View KamikariCat's full-sized avatar
:fishsticks:
:fishsticks:
Block or Report

Block or report KamikariCat

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. nori-store nori-store Public

    TypeScript 4

  2. Color conversion functions (RGB, HEX... Color conversion functions (RGB, HEX, HSV, HSL)
    1
    /**
    2
     * Converts an RGB color value to HSL. Conversion formula
    3
     * adapted from http://en.wikipedia.org/wiki/HSL_color_space.
    4
     * Assumes r, g, and b are contained in the set [0, 255] and
    5
     * returns h, s, and l in the set [0, 1].
  3. Burst Burst Public template

    Forked from Arziburst/Burst

    TypeScript