Package definition and documentation kernel
This commit is contained in:
parent
98be9f76ac
commit
8e400e1b62
6 changed files with 87 additions and 0 deletions
3
src/index.js
Normal file
3
src/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import WideAngle from './wideangle.js';
|
||||
|
||||
export default WideAngle;
|
1
src/wideangle.js
Normal file
1
src/wideangle.js
Normal file
|
@ -0,0 +1 @@
|
|||
export default {}
|
Loading…
Add table
Add a link
Reference in a new issue