Skip to content

Instantly share code, notes, and snippets.

@PhilCai1993
PhilCai1993 / JSON2Code.js
Created February 13, 2020 05:51
JSON2Code.js
/** opyright 2017 www.wuhaichao.com
* Auto-generated:2017/8/19 下午4:27:29
* *
* * @author www.wuhaichao.com (whc)
* * @website http://wuhaichao.com
* * @github https://github.com/netyouli
* */
const WHCValueType = {
@PhilCai1993
PhilCai1993 / TTVLImageDominantColor.h
Last active August 7, 2020 02:36
Get dominant colors of image
//
// TTVLImageDominantColor.h
// KMeans
//
// Created by PhilCai on 2020/8/6.
// Copyright © 2020 PhilCai. All rights reserved.
//
#import <UIKit/UIKit.h>