Emilio P
Results
2
comments of
Emilio P
You need to specify the file generated by the first command into the order flag. Example: ``` $ sudo splatplan -i image.png -o output.file $ sudo splatplot --order output.file ```...
For the composition api the following declaration file works really well: ```ts import Shepherd from 'shepherd.js' declare module 'vue-shepherd' { export function useShepherd(...args: Array): Shepherd.Tour } ```