mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
7
webGl/my-threejs-test/node_modules/@parcel/utils/src/relativeUrl.js
generated
vendored
Normal file
7
webGl/my-threejs-test/node_modules/@parcel/utils/src/relativeUrl.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// @flow
|
||||
import path from 'path';
|
||||
import url from 'url';
|
||||
|
||||
export default function relativeUrl(from: string, to: string): string {
|
||||
return url.format(url.parse(path.relative(from, to)));
|
||||
}
|
Reference in New Issue
Block a user