JSPM

axcora-video

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q25834F
    • License MIT

    Axcora video component for axcora SSG

    Package Exports

    • axcora-video
    • axcora-video/axcora-video.axc

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (axcora-video) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Axcora video

    npm i axcora-video

    import in to your frontmatter markdown or on axcora templating ```

    css: theme: 'essentials' components: - video js: - video

    {% axcora-video video_mp4="/video/video.mp4" ratio="4x3" title="Video Local" /%}

    
    After including the component, you can use it both in Markdown articles and directly within your templating files.
    
    ### Implementation Example
    Insert a component using the Axcora templating syntax:
    
    MP4 Format
    

    {% axcora-video button="✨ Show video" color="success" text="Congratulations Lorep Ipsum is dolor siamet" /%}

    
    WEBM Format
    

    {% axcora-video video_webm="/video/video.mp4" ratio="4x3" title="Video Local" /%}