Add explanation for vendoring.

pull/1/head
Atul Varma 2021-02-13 08:27:35 -05:00
rodzic af765eb913
commit 319d8b63a7
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
// Note that we're vendoring this library and its typings because using it directly
// via NPM raised issues about not being able to import ES Modules, which has always
// led to nightmares for me, so I'm just vendoring this for now.
// Typings taken from:
// https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/types/bezier-js/index.d.ts
interface Point {