- ํ์๋๋ฉด
- ๋ฉ๋ฐ๊ตญ์ (์๋ฐ)
- ๋ง๊ตญ์
- ์ฝฉ๊ตญ์
- ๊ตญ๋ฐฅ, ํด์ฅ๊ตญ
- ์ค๋ ํ
- ๊ฐ์ํ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ํ์ hide figures | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description ํ์ ์ซ์๋ฅผ ๊ฐ๋ ค๋๋ฆฝ๋๋ค. | |
// @author Robert Park | |
// @match https://whooing.com/ | |
// @match https://new.whooing.com/ | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import PhotosUI | |
extension AVAsset { | |
func videoOrientation() -> (orientation: UIInterfaceOrientation, device: AVCaptureDevice.Position) { | |
var orientation: UIInterfaceOrientation = .unknown | |
var device: AVCaptureDevice.Position = .unspecified | |
let tracks :[AVAssetTrack] = self.tracks(withMediaType: AVMediaType.video) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
Canvas, | |
DataSourceParam, | |
dist, | |
ImageShader, | |
rect, | |
RoundedRect, | |
rrect, | |
Shader, | |
Skia, |
OlderNewer