UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

8 lines (7 loc) 185 B
export const headless = (element) => ({ getSize: () => ({ height: undefined, width: undefined }), draw: (card) => { card.append(element); return card; } });